X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=headers.c;h=6b8ee37ba18f528cb2546633b3735c2c723620e7;hb=d552043fda3d6814dc9a51db3774d93040417bcb;hp=dce631e1a85c9f1771013601efc199bc4cf6e348;hpb=2c67e58658898e2f3f6da5683ea2d6c4e3886fe0;p=cacao.git diff --git a/headers.c b/headers.c index dce631e1a..6b8ee37ba 100644 --- a/headers.c +++ b/headers.c @@ -71,7 +71,7 @@ void removenativestub (u1 *stub) {} void perform_alpha_threadswitch (u1 **from, u1 **to) {} u1* initialize_thread_stack (void *func, u1 *stack) { return NULL; } -u1* used_stack_top (void) { return NULL; } +void asm_switchstackandcall () { } java_objectheader *native_new_and_init (void *p) { return NULL; }