comparison src/audio/mint/SDL_mintaudio_stfa.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
comparison
equal deleted inserted replaced
2026:a5d0758f88d8 2027:d48ead2d2ba5
330 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", 330 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n",
331 SDL_MintAudio_audiobuf[0])); 331 SDL_MintAudio_audiobuf[0]));
332 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", 332 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n",
333 SDL_MintAudio_audiobuf[1])); 333 SDL_MintAudio_audiobuf[1]));
334 334
335 SDL_MintAudio_CheckFpu();
336
335 /* Setup audio hardware */ 337 /* Setup audio hardware */
336 Mint_InitAudio(this, spec); 338 Mint_InitAudio(this, spec);
337 339
338 return (1); /* We don't use threaded audio */ 340 return (1); /* We don't use threaded audio */
339 } 341 }