Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m32c/exit.S')
-rw-r--r--libgloss/m32c/exit.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/m32c/exit.S b/libgloss/m32c/exit.S
index 53403265c..e27d73d30 100644
--- a/libgloss/m32c/exit.S
+++ b/libgloss/m32c/exit.S
@@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.global __exit
__exit:
- pushm r0,r1
+ push.w r1
jsr.a __m32c_fini
- popm r0,r1
+ pop.w r1
SYSCALL(SYS_exit)