aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
Diffstat (limited to 'gold')
-rw-r--r--gold/testsuite/pr17704a_test.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/gold/testsuite/pr17704a_test.s b/gold/testsuite/pr17704a_test.s
index 2b39e64..7eb02ee 100644
--- a/gold/testsuite/pr17704a_test.s
+++ b/gold/testsuite/pr17704a_test.s
@@ -14,10 +14,10 @@ _start:
leaq bar(%rip), %rsi
testb $1, %sil
je .L9
- mov $1, %eax
- mov $1, %ebx
- int $0x80
+ mov $60, %eax
+ mov $1, %rdi
+ syscall
.L9:
- mov $1, %eax
- mov $0, %ebx
- int $0x80
+ mov $60, %eax
+ mov $0, %rdi
+ syscall