Fix typo: Passing the first argument to exit() in out2 does not work.

Trust me.
This commit is contained in:
marcel 2003-07-15 03:50:38 +00:00
parent 247e2b71de
commit 5d3117d7f0

View File

@ -169,7 +169,7 @@ _start:
}
{ .mib
mov gp=GP
mov out2=r8
mov out0=r8
br.call.sptk b0=exit
;;
}