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:
parent
74aabc8381
commit
e9baf604f9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
SDL_Thread *threads[256];
|
SDL_Thread *threads[256];
|
||||||
int threadCount = 0;
|
int threadCount = 0;
|
||||||
long current_tick = 0;
|
volatile long current_tick = 0;
|
||||||
SDL_mutex *m;
|
SDL_mutex *m;
|
||||||
|
|
||||||
void yield(void)
|
void yield(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue