VirtualBox

忽略:
時間撮記:
2012-6-13 下午06:12:25 (12 年 以前)
作者:
vboxsync
訊息:

DIS: More cleanups.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Disassembler/DisasmTablesX64.cpp

    r41676 r41690  
    2222#include <VBox/dis.h>
    2323#include <VBox/disopcode.h>
    24 #include "DisasmTables.h"
    2524#include "DisasmInternal.h"
    2625
     
    3231
    3332#ifndef DIS_CORE_ONLY
    34 static char SZINVALID_OPCODE[] = "Invalid Opcode";
     33static char g_szInvalidOpcode[] = "Invalid Opcode";
    3534#endif
    3635
    3736#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)
    3938
    4039#define INVALID_OPCODE_BLOCK \
     
    5857/* Tables for the elegant Intel X64 instruction set */
    5958
    60 const OPCODE g_aOneByteMapX64[256] =
     59const DISOPCODE g_aOneByteMapX64[256] =
    6160{
    6261    /* 0 */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette