comparison 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
comparison
equal deleted inserted replaced
2026:a5d0758f88d8 2027:d48ead2d2ba5
365 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", 365 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n",
366 SDL_MintAudio_audiobuf[0])); 366 SDL_MintAudio_audiobuf[0]));
367 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", 367 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n",
368 SDL_MintAudio_audiobuf[1])); 368 SDL_MintAudio_audiobuf[1]));
369 369
370 SDL_MintAudio_CheckFpu();
371
370 /* Setup audio hardware */ 372 /* Setup audio hardware */
371 Mint_InitAudio(this, spec); 373 Mint_InitAudio(this, spec);
372 374
373 return (1); /* We don't use threaded audio */ 375 return (1); /* We don't use threaded audio */
374 } 376 }