VirtualBox

Changeset 63457 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Aug 15, 2016 7:36:59 AM (8 years ago)
Author:
vboxsync
Message:

unused static variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r62594 r63457  
    4040    "ax\0\0", "cx\0\0", "dx\0\0", "bx\0\0", "sp\0\0", "bp\0\0", "si\0\0", "di\0\0", "r8w\0",  "r9w\0",  "r10w",  "r11w",  "r12w",  "r13w",  "r14w",  "r15w"
    4141};
     42#if 0 /* unused */
    4243static const char g_aszYasmRegGen1616[8][6] =
    4344{
    4445    "bx+si", "bx+di", "bp+si", "bp+di", "si\0\0\0", "di\0\0\0", "bp\0\0\0", "bx\0\0\0"
    4546};
     47#endif
    4648static const char g_aszYasmRegGen32[16][5] =
    4749{
Note: See TracChangeset for help on using the changeset viewer.

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