diff options
Diffstat (limited to 'sysdeps/mach/sysdep.h')
-rw-r--r-- | sysdeps/mach/sysdep.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/mach/sysdep.h b/sysdeps/mach/sysdep.h index ba65015..13ea04d 100644 --- a/sysdeps/mach/sysdep.h +++ b/sysdeps/mach/sysdep.h @@ -62,14 +62,6 @@ #error SNARF_ARGS not defined by sysdeps/mach/MACHINE/sysdep.h #endif -/* Call the C function FN with no arguments, - on a stack starting at SP (as returned by *_cthread_init_routine). - You don't need to deal with FN returning; it shouldn't. */ -#ifndef CALL_WITH_SP -#define CALL_WITH_SP(fn, sp) -#error CALL_WITH_SP not defined by sysdeps/mach/MACHINE/sysdep.h -#endif - /* LOSE can be defined as the `halt' instruction or something similar which will cause the process to die in a characteristic way suggesting a bug. */ |