Index: /trunk/src/VBox/VMM/PATM/PATMA.asm
===================================================================
--- /trunk/src/VBox/VMM/PATM/PATMA.asm	(revision 395)
+++ /trunk/src/VBox/VMM/PATM/PATMA.asm	(revision 396)
@@ -41,5 +41,5 @@
 BEGINCODE
 
-%ifdef __AMD64__ 
+%ifdef __AMD64__
  BITS 32 ; switch to 32-bit mode (x86).
 %endif
@@ -1081,8 +1081,8 @@
 
     test    dword [esp], X86_EFL_NT
-    jnz     iret_fault1
+    jnz near iret_fault1
 
     test    dword [esp+12], X86_EFL_VM
-    jnz     iret_fault
+    jnz near iret_fault
 
     ;;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1094,5 +1094,5 @@
 
     test    dword [esp+12], X86_EFL_IF
-    jz      iret_clearIF
+    jz near iret_clearIF
 
     ; if interrupts are pending, then we must go back to the host context to handle them!
@@ -1202,5 +1202,5 @@
     DD      0                                   ; cAddresses
     RESB    PATCHJUMPTABLE_SIZE                 ; lookup slots
-    
+
 PATMIretEnd:
 ENDPROC     PATMIretReplacement
