comparison src/audio/mint/SDL_mintaudio_xbios.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 649e9ac39f74
children adf732f1f016
comparison
equal deleted inserted replaced
2026:a5d0758f88d8 2027:d48ead2d2ba5
517 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", 517 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n",
518 SDL_MintAudio_audiobuf[0])); 518 SDL_MintAudio_audiobuf[0]));
519 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", 519 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n",
520 SDL_MintAudio_audiobuf[1])); 520 SDL_MintAudio_audiobuf[1]));
521 521
522 SDL_MintAudio_CheckFpu();
523
522 /* Setup audio hardware */ 524 /* Setup audio hardware */
523 Mint_InitAudio(this, spec); 525 Mint_InitAudio(this, spec);
524 526
525 return (1); /* We don't use SDL threaded audio */ 527 return (1); /* We don't use SDL threaded audio */
526 } 528 }