summaryrefslogtreecommitdiffstats
path: root/libgloss/m32c/exit.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m32c/exit.S')
-rw-r--r--libgloss/m32c/exit.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgloss/m32c/exit.S b/libgloss/m32c/exit.S
index e27d73d30..7279d13a1 100644
--- a/libgloss/m32c/exit.S
+++ b/libgloss/m32c/exit.S
@@ -34,7 +34,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.global __exit
__exit:
- push.w r1
jsr.a __m32c_fini
- pop.w r1
SYSCALL(SYS_exit)