VirtualBox

Ignore:
Timestamp:
Jan 28, 2009 9:14:49 PM (16 years ago)
Author:
vboxsync
Message:

target-i386/op_helper.c: another try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r16340 r16342  
    14311431    uintptr_t uSP;
    14321432# ifdef RT_ARCH_AMD64
    1433     __asm__ __volatile__("movl %%rsp, %0" : "=r" (uSP));
     1433    __asm__ __volatile__("movq %%rsp, %0" : "=r" (uSP));
    14341434# else
    14351435    __asm__ __volatile__("movl %%esp, %0" : "=r" (uSP));
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