- Timestamp:
- Jan 15, 2009 12:29:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Disasm.cpp
r13835 r15961 381 381 } 382 382 else 383 if(pParam1->flags & USE_IMMEDIATE64_REL) 384 { 385 /* @todo: is this correct? */ 386 disp = (int32_t)pParam1->parval; 387 } 388 else 383 389 { 384 390 AssertMsgFailed(("Oops!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.