diff options
Diffstat (limited to 'system/x86_64/__restore_rt.S')
| -rw-r--r-- | system/x86_64/__restore_rt.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/x86_64/__restore_rt.S b/system/x86_64/__restore_rt.S new file mode 100644 index 0000000..34a5d3f --- /dev/null +++ b/system/x86_64/__restore_rt.S @@ -0,0 +1,8 @@ +.text +.align 16 +.global __restore_rt +.type __restore_rt,@function +__restore_rt: + movq $15, %rax + syscall + hlt |
