- 時間撮記:
- 2012-6-13 下午06:12:25 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Disassembler/DisasmTablesX64.cpp
r41676 r41690 22 22 #include <VBox/dis.h> 23 23 #include <VBox/disopcode.h> 24 #include "DisasmTables.h"25 24 #include "DisasmInternal.h" 26 25 … … 32 31 33 32 #ifndef DIS_CORE_ONLY 34 static char SZINVALID_OPCODE[] = "Invalid Opcode";33 static char g_szInvalidOpcode[] = "Invalid Opcode"; 35 34 #endif 36 35 37 36 #define INVALID_OPCODE \ 38 OP( SZINVALID_OPCODE,0, 0, 0, OP_INVALID, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INVALID)37 OP(g_szInvalidOpcode, 0, 0, 0, OP_INVALID, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INVALID) 39 38 40 39 #define INVALID_OPCODE_BLOCK \ … … 58 57 /* Tables for the elegant Intel X64 instruction set */ 59 58 60 const OPCODE g_aOneByteMapX64[256] =59 const DISOPCODE g_aOneByteMapX64[256] = 61 60 { 62 61 /* 0 */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器