VirtualBox

Changeset 396 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Jan 28, 2007 1:06:45 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17967
Message:

fixed 3 short jumps for nasm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMA.asm

    r354 r396  
    4141BEGINCODE
    4242
    43 %ifdef __AMD64__ 
     43%ifdef __AMD64__
    4444 BITS 32 ; switch to 32-bit mode (x86).
    4545%endif
     
    10811081
    10821082    test    dword [esp], X86_EFL_NT
    1083     jnz     iret_fault1
     1083    jnz near iret_fault1
    10841084
    10851085    test    dword [esp+12], X86_EFL_VM
    1086     jnz     iret_fault
     1086    jnz near iret_fault
    10871087
    10881088    ;;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    10941094
    10951095    test    dword [esp+12], X86_EFL_IF
    1096     jz     iret_clearIF
     1096    jz near iret_clearIF
    10971097
    10981098    ; if interrupts are pending, then we must go back to the host context to handle them!
     
    12021202    DD      0                                   ; cAddresses
    12031203    RESB    PATCHJUMPTABLE_SIZE                 ; lookup slots
    1204    
     1204
    12051205PATMIretEnd:
    12061206ENDPROC     PATMIretReplacement
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