o switch to v46

This commit is contained in:
David Voswinkel
2009-05-12 22:17:42 +02:00
parent 7a878eab39
commit 8e877d38d4
217 changed files with 1440 additions and 31284 deletions

View File

@@ -2,6 +2,11 @@
void sSMP::add_clocks(unsigned clocks) {
scheduler.addclocks_smp(clocks);
#if !defined(DSP_STATE_MACHINE)
scheduler.sync_smpdsp();
#else
while(scheduler.clock.smpdsp < 0) dsp.enter();
#endif
}
void sSMP::tick_timers() {