diff --git a/gold/testsuite/pr17704a_test.s b/gold/testsuite/pr17704a_test.s index 2b39e649f9e..7eb02eecb73 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