errcodes.h
来自「realview22.rar」· C头文件 代码 · 共 29 行
H
29 行
/*
* ARMulator : errcodes.h
* Copyright (C) ARM Limited, 1999. All rights reserved.
*
* RCS $Revision: 1.1.100.1 $
* Checkin $Date: 2003/04/11 14:58:14 $
* Revising $Author: dsinclai $
*/
#ifndef errcodes__h
#define errcodes__h 1
/*
* These numbers just happen to be the same as some
* similar RDIErrors.
*/
typedef enum
{
ErrorCode_NoError = 0,
ErrorCode_OutOfStore = 154,
ErrorCode_NotInitialised = 128,
ErrorCode_UnableToInitialise = 129,
ErrorCode_NoSuchPoint = 145
} ErrorCode;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?