Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio_dma8.c @ 2027:d48ead2d2ba5
Save/restore FPU registers in interrupt
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 16 Sep 2006 16:59:46 +0000 |
parents | 45af7d69f8eb |
children | adf732f1f016 |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_dma8.c Wed Sep 13 04:47:46 2006 +0000 +++ b/src/audio/mint/SDL_mintaudio_dma8.c Sat Sep 16 16:59:46 2006 +0000 @@ -367,6 +367,8 @@ DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); + SDL_MintAudio_CheckFpu(); + /* Setup audio hardware */ Mint_InitAudio(this, spec);