VirtualBox

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


Ignore:
Timestamp:
Aug 22, 2007 2:17:12 PM (17 years ago)
Author:
vboxsync
Message:

const

File:
1 edited

Legend:

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

    r4071 r4283  
    155155 * by register's index from disasm.
    156156 */
    157 static unsigned g_aReg32Index[] =
     157static const unsigned g_aReg32Index[] =
    158158{
    159159    RT_OFFSETOF(CPUMCTXCORE, eax),        /* USE_REG_EAX */
     
    177177 * by register's index from disasm.
    178178 */
    179 static unsigned g_aReg16Index[] =
     179static const unsigned g_aReg16Index[] =
    180180{
    181181    RT_OFFSETOF(CPUMCTXCORE, eax),        /* USE_REG_AX */
     
    199199 * by register's index from disasm.
    200200 */
    201 static unsigned g_aReg8Index[] =
     201static const unsigned g_aReg8Index[] =
    202202{
    203203    RT_OFFSETOF(CPUMCTXCORE, eax),        /* USE_REG_AL */
     
    221221 * by register's index from disasm.
    222222 */
    223 static unsigned g_aRegSegIndex[] =
     223static const unsigned g_aRegSegIndex[] =
    224224{
    225225    RT_OFFSETOF(CPUMCTXCORE, es),         /* USE_REG_ES */
     
    231231};
    232232
    233 static unsigned g_aRegHidSegIndex[] =
     233static const unsigned g_aRegHidSegIndex[] =
    234234{
    235235    RT_OFFSETOF(CPUMCTXCORE, esHid),         /* USE_REG_ES */
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