mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +00:00
[RTL/x64] Implement RtlRestoreContext
This commit is contained in:
parent
abb338b13d
commit
0c3812eb7e
3 changed files with 134 additions and 9 deletions
|
@ -313,6 +313,10 @@ ENDM
|
|||
jmp far ptr \segment:\offset
|
||||
.endm
|
||||
|
||||
.macro retf
|
||||
lret
|
||||
.endm
|
||||
|
||||
/* MASM compatible EXTERN */
|
||||
.macro EXTERN name
|
||||
.endm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue