Index: /trunk/src/VBox/Disassembler/Disasm.cpp
===================================================================
--- /trunk/src/VBox/Disassembler/Disasm.cpp	(revision 15960)
+++ /trunk/src/VBox/Disassembler/Disasm.cpp	(revision 15961)
@@ -381,4 +381,10 @@
                 }
                 else
+                if(pParam1->flags & USE_IMMEDIATE64_REL)
+                {
+                    /* @todo: is this correct? */
+                    disp = (int32_t)pParam1->parval;
+                }
+                else
                 {
                     AssertMsgFailed(("Oops!\n"));
