Skip to content

Commit

Permalink
Damn. Need to be more careful with stack stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Nov 6, 2009
1 parent 9456e45 commit 42f2275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42f2275

Please sign in to comment.