Changeset 55311 in vbox
- Timestamp:
- Apr 16, 2015 3:22:17 PM (10 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r55308 r55311 2284 2284 RuntimeRC_INCS = include 2285 2285 RuntimeRC_SOURCES := \ 2286 common/asm/ASMGetXcr0.asm \ 2287 common/asm/ASMSetXcr0.asm \ 2288 common/asm/ASMXSave.asm \ 2289 common/asm/ASMXRstor.asm \ 2286 2290 common/checksum/alt-md5.cpp \ 2287 2291 common/checksum/crc32.cpp \ -
trunk/src/VBox/Runtime/common/asm/ASMXRstor.asm
r55308 r55311 1 1 ; $Id$ 2 2 ;; @file 3 ; IPRT - ASM Rstor().3 ; IPRT - ASMXRstor(). 4 4 ; 5 5 … … 40 40 ; msc=rdx, gcc=rsi, x86=[esp+8] 41 41 ; 42 BEGINPROC_EXPORTED ASM Rstor42 BEGINPROC_EXPORTED ASMXRstor 43 43 SEH64_END_PROLOGUE 44 44 %ifdef ASM_CALL64_MSC … … 61 61 %endif 62 62 ret 63 ENDPROC ASM Rstor63 ENDPROC ASMXRstor 64 64
Note:
See TracChangeset
for help on using the changeset viewer.