[RTL/x64] Implement RtlRestoreContext

This commit is contained in:
Timo Kreuzer 2018-03-03 00:13:37 +01:00
parent abb338b13d
commit 0c3812eb7e
3 changed files with 134 additions and 9 deletions

View file

@ -313,6 +313,10 @@ ENDM
jmp far ptr \segment:\offset
.endm
.macro retf
lret
.endm
/* MASM compatible EXTERN */
.macro EXTERN name
.endm