VirtualBox

Changeset 399 in vbox for trunk/src


Ignore:
Timestamp:
Jan 28, 2007 3:09:35 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17970
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm

    r397 r399  
    4848
    4949    ; switch stack?
    50 % ifdef ASM_CALL64_MSC
     50 %ifdef ASM_CALL64_MSC
    5151    cmp     r8, 0ffffffffffffffffh
    5252    je      .no_stack_switch
    5353    mov     rsp, r8
    54 % else
     54 %else
    5555    cmp     rdx, 0ffffffffffffffffh
    5656    je      .no_stack_switch
    5757    mov     rsp, rdx
    58 % endif
     58 %endif
    5959.no_stack_switch:
    6060
     
    6969
    7070    ; create the retf frame
    71 % ifdef ASM_CALL64_MSC
     71 %ifdef ASM_CALL64_MSC
    7272    movzx   rdx, dx
    7373    push    rdx
    7474    push    rcx
    75 % else
     75 %else
    7676    movzx   rdi, di
    7777    push    rdi
    7878    push    rsi
    79 % endif
     79 %endif
    8080
    8181    ; dispatch it!
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette