changeset 3864:ea2a327b92d7 SDL-1.2

Only saved non preserved registers
author Patrice Mandin <patmandin@gmail.com>
date Sat, 16 Sep 2006 09:15:11 +0000
parents 4e23720e4278
children e958a003b69b
files src/audio/mint/SDL_mintaudio_it.S
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_it.S	Sat Sep 16 09:14:25 2006 +0000
+++ b/src/audio/mint/SDL_mintaudio_it.S	Sat Sep 16 09:15:11 2006 +0000
@@ -137,7 +137,7 @@
 	/* Swap buffers */
 	eorw	#1,_SDL_MintAudio_numbuf
 
-	moveml	d0-d7/a0-a6,sp@-
+	moveml	d0-d1/a0-a1,sp@-
 
 	/* Callback */
 	jsr	_SDL_MintAudio_Callback
@@ -169,7 +169,7 @@
 	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: