VirtualBox

Changeset 55311 in vbox


Ignore:
Timestamp:
Apr 16, 2015 3:22:17 PM (10 years ago)
Author:
vboxsync
Message:

Need XSave/XRstor in RC too.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r55308 r55311  
    22842284 RuntimeRC_INCS          = include
    22852285 RuntimeRC_SOURCES      := \
     2286        common/asm/ASMGetXcr0.asm \
     2287        common/asm/ASMSetXcr0.asm \
     2288        common/asm/ASMXSave.asm \
     2289        common/asm/ASMXRstor.asm \
    22862290        common/checksum/alt-md5.cpp \
    22872291        common/checksum/crc32.cpp \
  • trunk/src/VBox/Runtime/common/asm/ASMXRstor.asm

    r55308 r55311  
    11; $Id$
    22;; @file
    3 ; IPRT - ASMRstor().
     3; IPRT - ASMXRstor().
    44;
    55
     
    4040;                       msc=rdx, gcc=rsi, x86=[esp+8]
    4141;
    42 BEGINPROC_EXPORTED ASMRstor
     42BEGINPROC_EXPORTED ASMXRstor
    4343SEH64_END_PROLOGUE
    4444%ifdef ASM_CALL64_MSC
     
    6161%endif
    6262        ret
    63 ENDPROC ASMRstor
     63ENDPROC ASMXRstor
    6464
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