Changeset 9342 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jun 3, 2008 9:09:32 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31557
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp
r9340 r9342 508 508 if (pCpu->opcode == 0x90) 509 509 /* 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') 511 511 pszFmt = "prefetch %Eb"; 512 512 else if (pCpu->opcode == 0x1f)
Note:
See TracChangeset
for help on using the changeset viewer.