📄 errcodes.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -