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