diff options
Diffstat (limited to 'tests/alpha/crt.s')
-rw-r--r-- | tests/alpha/crt.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/alpha/crt.s b/tests/alpha/crt.s index 6f10b78b3b..31af8825bc 100644 --- a/tests/alpha/crt.s +++ b/tests/alpha/crt.s @@ -9,12 +9,15 @@ _start: .prologue 0 ldq $27,main($29) !literal!1 jsr $26,($27) + or $0,$0,$16 + .end _start + .globl _exit +_exit: lda $0,1 callsys call_pal 0 - .end _start .globl write write: |