aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-07-15 03:50:38 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-07-15 03:50:38 +0000
commit29cc06cf27d0fe8b7c9423bacb05464c2ed964c9 (patch)
tree061a8e8b656dbe4ec43faf4a2735ba9ef96d4da2 /lib/csu
parent961071a274c07ce78a739d69f74266654e329226 (diff)
downloadsrc-29cc06cf27d0fe8b7c9423bacb05464c2ed964c9.tar.gz
src-29cc06cf27d0fe8b7c9423bacb05464c2ed964c9.zip
Fix typo: Passing the first argument to exit() in out2 does not work.
Trust me.
Notes
Notes: svn path=/head/; revision=117606
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/ia64/crt1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/ia64/crt1.S b/lib/csu/ia64/crt1.S
index 362079c14b3d..9d6fb53448f6 100644
--- a/lib/csu/ia64/crt1.S
+++ b/lib/csu/ia64/crt1.S
@@ -169,7 +169,7 @@ _start:
}
{ .mib
mov gp=GP
- mov out2=r8
+ mov out0=r8
br.call.sptk b0=exit
;;
}