1
0
Fork 0
forked from len0rd/rockbox

Fix sim errors. Every extra byte feels guilt-free. ;)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13717 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-06-25 20:58:15 +00:00
parent 74aabc8381
commit e9baf604f9

View file

@ -28,7 +28,7 @@
SDL_Thread *threads[256];
int threadCount = 0;
long current_tick = 0;
volatile long current_tick = 0;
SDL_mutex *m;
void yield(void)