VirtualBox

Changeset 8365 in vbox


Ignore:
Timestamp:
Apr 24, 2008 2:21:59 PM (17 years ago)
Author:
vboxsync
Message:

Missing occurances

Location:
trunk/src/VBox/Disassembler
Files:
2 edited

Legend:

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

    r8364 r8365  
    191191                // segment override prefix byte
    192192                case OP_SEG:
    193                     pCpu->prefix_seg = g_aOneByteMapX86[codebyte].param1 - OP_PARM_REG_SEG_START;
     193                    pCpu->prefix_seg = paOneByteMap[codebyte].param1 - OP_PARM_REG_SEG_START;
    194194                    /* Segment prefixes for CS, DS, ES and SS are ignored in long mode. */
    195195                    if (   pCpu->mode != CPUMODE_64BIT
  • trunk/src/VBox/Disassembler/DisasmCore.cpp

    r8364 r8365  
    294294            // segment override prefix byte
    295295            case OP_SEG:
    296                 pCpu->prefix_seg = g_aOneByteMapX86[codebyte].param1 - OP_PARM_REG_SEG_START;
     296                pCpu->prefix_seg = paOneByteMap[codebyte].param1 - OP_PARM_REG_SEG_START;
    297297                /* Segment prefixes for CS, DS, ES and SS are ignored in long mode. */
    298298                if (   pCpu->mode != CPUMODE_64BIT
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