mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
8 lines
103 B
C
8 lines
103 B
C
|
void schedule_timeout(signed long timeout)
|
||
|
{
|
||
|
switch (timeout)
|
||
|
{
|
||
|
case ((long)(~0UL>>1)): break;
|
||
|
}
|
||
|
}
|