VirtualBox

Changeset 11946

Show
Ignore:
Timestamp:
09/01/08 19:47:35 (3 months ago)
Author:
vboxsync
Message:

Fetched esp from the wrong place (1.6 compatibility)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/cpum.h

    r11897 r11946  
    433433    RTSEL           ssPadding; 
    434434    /* Note: no overlap with esp here. */ 
    435     uint64_t        rsp
     435    uint64_t        rsp_notused
    436436 
    437437    RTSEL           gs; 
  • trunk/src/VBox/VMM/CPUM.cpp

    r11808 r11946  
    785785    CPUMCTX16_LOADREG(rsi); 
    786786    CPUMCTX16_LOADREG(rbp); 
    787     CPUMCTX16_LOADREG(rsp); 
     787    CPUMCTX16_LOADREG(esp); 
    788788    CPUMCTX16_LOADREG(rip); 
    789789    CPUMCTX16_LOADREG(rflags); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy