VirtualBox

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


Ignore:
Timestamp:
Mar 2, 2007 1:07:38 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19052
Message:

Corrected disasm out of effective address + 16 bits displacement.

File:
1 edited

Legend:

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

    r1079 r1150  
    12431243            if(pParam->disp16 != 0)
    12441244            {
    1245                 if(pParam->disp16 > 0)
    1246                     disasmAddChar(pParam->szParam, '+');
     1245                disasmAddChar(pParam->szParam, '+');
    12471246                disasmPrintDisp16(pParam);
    12481247            }
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