diff options
Diffstat (limited to 'bin/true/arch/x86_64')
| -rw-r--r-- | bin/true/arch/x86_64/true.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/true/arch/x86_64/true.s b/bin/true/arch/x86_64/true.s index 9e5ab682..6eabd296 100644 --- a/bin/true/arch/x86_64/true.s +++ b/bin/true/arch/x86_64/true.s @@ -1,6 +1,6 @@ .globl _start _start: - mov 60, %rax + mov $60, %rax xor %rdi, %rdi syscall |
