VirtualBox

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


Ignore:
Timestamp:
Jun 3, 2008 9:09:32 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31557
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.

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