comparison src/audio/mint/SDL_mintaudio_gsxb.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
436 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", 436 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n",
437 SDL_MintAudio_audiobuf[0])); 437 SDL_MintAudio_audiobuf[0]));
438 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", 438 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n",
439 SDL_MintAudio_audiobuf[1])); 439 SDL_MintAudio_audiobuf[1]));
440 440
441 SDL_MintAudio_CheckFpu();
442
441 /* Setup audio hardware */ 443 /* Setup audio hardware */
442 Mint_InitAudio(this, spec); 444 Mint_InitAudio(this, spec);
443 445
444 return (1); /* We don't use threaded audio */ 446 return (1); /* We don't use threaded audio */
445 } 447 }