diff options
Diffstat (limited to 'src/libthread/PowerMacintosh.c')
| -rw-r--r-- | src/libthread/PowerMacintosh.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libthread/PowerMacintosh.c b/src/libthread/PowerMacintosh.c index 12d180e5..21f6041d 100644 --- a/src/libthread/PowerMacintosh.c +++ b/src/libthread/PowerMacintosh.c @@ -25,3 +25,15 @@ _threadinitstack(Thread *t, void (*f)(void*), void *arg) t->sched.sp = (ulong)tos-80; } +void +_threadinswitch(int enter) +{ + USED(enter); +} + +void +_threadstacklimit(void *addr) +{ + USED(addr); +} + |
