diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-28 08:13:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-28 08:13:00 +0000 |
commit | 137575e677ef73d3d8f2565fd2e58f4460246c44 (patch) | |
tree | 6c4c7c8daa63949c5fd1ac6c373b7adc28ea36dd /sysdeps | |
parent | f45ec7f2e22374917d2b83e8bae5918af21a2590 (diff) | |
download | glibc-137575e677ef73d3d8f2565fd2e58f4460246c44.tar glibc-137575e677ef73d3d8f2565fd2e58f4460246c44.tar.gz glibc-137575e677ef73d3d8f2565fd2e58f4460246c44.tar.bz2 glibc-137575e677ef73d3d8f2565fd2e58f4460246c44.zip |
entered into RCS
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/standalone/i960/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/standalone/i960/start.S b/sysdeps/standalone/i960/start.S index 6cdc604f69..c14449d3ff 100644 --- a/sysdeps/standalone/i960/start.S +++ b/sysdeps/standalone/i960/start.S @@ -86,7 +86,7 @@ init_frames: */ mov 0, g0 - callx ___exit + callx __exit ret |