Skip to content

Commit

Permalink
Only saved non preserved registers
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Sep 16, 2006
1 parent b1632e2 commit 5d840c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/mint/SDL_mintaudio_it.S
Expand Up @@ -137,7 +137,7 @@ _SDL_MintAudio_Dma8Interrupt:
/* Swap buffers */
eorw #1,_SDL_MintAudio_numbuf

moveml d0-d7/a0-a6,sp@-
moveml d0-d1/a0-a1,sp@-

/* Callback */
jsr _SDL_MintAudio_Callback
Expand Down Expand Up @@ -169,7 +169,7 @@ _SDL_MintAudio_Dma8Interrupt:
rorl #8,d1
moveb d1,a0@(0x0f)

moveml sp@+,d0-d7/a0-a6
moveml sp@+,d0-d1/a0-a1

clrw _SDL_MintAudio_mutex
SDL_MintAudio_Dma8End:
Expand Down

0 comments on commit 5d840c7

Please sign in to comment.