Damn. Need to be more careful with stack stuff.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404155
This commit is contained in:
Patrice Mandin 2009-11-06 22:43:51 +00:00
parent 1fcd3836e6
commit 632c3b84e1

View file

@ -181,7 +181,7 @@ ikbd_finbuffer:
ikbd:
#if defined(__mcoldfire__)
lea sp@(-12),sp
moveml sp@,d0-d1/a0
moveml d0-d1/a0,sp@
#else
moveml d0-d1/a0,sp@-
#endif
@ -288,7 +288,7 @@ ikbd_oldmidi:
ikbd_mousex:
#if defined(__mcoldfire__)
lea sp@(-12),sp
moveml sp@,d0-d1/a0
moveml d0-d1/a0,sp@
#else
moveml d0-d1/a0,sp@-
#endif
@ -323,7 +323,7 @@ ikbd_mousex:
ikbd_mousey:
#if defined(__mcoldfire__)
lea sp@(-12),sp
moveml sp@,d0-d1/a0
moveml d0-d1/a0,sp@
#else
moveml d0-d1/a0,sp@-
#endif
@ -358,7 +358,7 @@ ikbd_mousey:
ikbd_joystick:
#if defined(__mcoldfire__)
lea sp@(-12),sp
moveml sp@,d0-d1/a0
moveml d0-d1/a0,sp@
#else
moveml d0-d1/a0,sp@-
#endif