VirtualBox

Changeset 9342 in vbox


Ignore:
Timestamp:
Jun 3, 2008 9:09:32 AM (16 years ago)
Author:
vboxsync
Message:

Corrected the array index.

File:
1 edited

Legend:

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

    r9340 r9342  
    508508                if (pCpu->opcode == 0x90)
    509509                    /* fine, fine */;
    510                 else if (pszFmt[sizeof("nop %Ev")] == '/' && pszFmt[sizeof("nop %Ev") + 1] == 'p')
     510                else if (pszFmt[sizeof("nop %Ev") - 1] == '/' && pszFmt[sizeof("nop %Ev")] == 'p')
    511511                    pszFmt = "prefetch %Eb";
    512512                else if (pCpu->opcode == 0x1f)
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