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

Trust me.
This commit is contained in:
Marcel Moolenaar 2003-07-15 03:50:38 +00:00
parent 961071a274
commit 29cc06cf27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117606

View file

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