comparison src/audio/mint/SDL_mintaudio_mcsn.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
413 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", 413 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n",
414 SDL_MintAudio_audiobuf[0])); 414 SDL_MintAudio_audiobuf[0]));
415 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", 415 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n",
416 SDL_MintAudio_audiobuf[1])); 416 SDL_MintAudio_audiobuf[1]));
417 417
418 SDL_MintAudio_CheckFpu();
419
418 /* Setup audio hardware */ 420 /* Setup audio hardware */
419 Mint_InitAudio(this, spec); 421 Mint_InitAudio(this, spec);
420 422
421 return (1); /* We don't use SDL threaded audio */ 423 return (1); /* We don't use SDL threaded audio */
422 } 424 }