diff src/audio/mint/SDL_mintaudio_it.S @ 2191:29e07f91bc1f

Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
author Patrice Mandin <patmandin@gmail.com>
date Fri, 13 Jul 2007 23:58:22 +0000
parents d48ead2d2ba5
children 99210400e8b9
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_it.S	Fri Jul 13 22:55:54 2007 +0000
+++ b/src/audio/mint/SDL_mintaudio_it.S	Fri Jul 13 23:58:22 2007 +0000
@@ -78,7 +78,7 @@
 
 	/* Check if we are not already running */
 	tstw	_SDL_MintAudio_mutex
-	bnes	SDL_MintAudio_XbiosEnd
+	bne	SDL_MintAudio_XbiosEnd
 	notw	_SDL_MintAudio_mutex
 	
 	/* Swap buffers */
@@ -152,7 +152,7 @@
 
 	/* Check if we are not already running */
 	tstw	_SDL_MintAudio_mutex
-	bnes	SDL_MintAudio_Dma8End
+	bne	SDL_MintAudio_Dma8End
 	notw	_SDL_MintAudio_mutex
 	
 	/* Swap buffers */