@@ -757,11 +757,12 @@ OBJC_ERROR("_Unwind_RaiseException() returned!") } objc_uncaught_exception_handler -objc_setUncaughtExceptionHandler(objc_uncaught_exception_handler handler) +objc_setUncaughtExceptionHandler( + objc_uncaught_exception_handler handler OBJC_M68K_REG("a0")) { objc_uncaught_exception_handler old = uncaught_exception_handler; uncaught_exception_handler = handler; return old;