mirror of
https://github.com/libretro/libretro-common.git
synced 2024-12-04 07:00:52 +00:00
"crash" defined but not used
This commit is contained in:
parent
7ed0ed096a
commit
5fa0595dfd
@ -53,12 +53,6 @@ asm (
|
||||
/* ASM */
|
||||
void co_switch_arm(cothread_t handle, cothread_t current);
|
||||
|
||||
static void crash(void)
|
||||
{
|
||||
/* Called only if cothread_t entrypoint returns. */
|
||||
assert(0);
|
||||
}
|
||||
|
||||
cothread_t co_create(unsigned int size, void (*entrypoint)(void))
|
||||
{
|
||||
size = (size + 1023) & ~1023;
|
||||
|
Loading…
Reference in New Issue
Block a user