From 1e5c57652a3bb3007563f83e06adb5eb31374556 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Aug 1994 19:00:39 +0000 Subject: [PATCH] (SYSRETURN): New macro. --- sysdeps/mach/mips/thread_state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/mips/thread_state.h b/sysdeps/mach/mips/thread_state.h index 983aa0e0dc6..f4f4b429cf4 100644 --- a/sysdeps/mach/mips/thread_state.h +++ b/sysdeps/mach/mips/thread_state.h @@ -24,6 +24,7 @@ Cambridge, MA 02139, USA. */ #define PC pc #define SP r29 +#define SYSRETURN r2 struct machine_thread_all_state { -- 2.47.3