From ad0e9a384fe1b80bd3a1d922beb6c3c235fb1b4f Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Tue, 18 Feb 1997 01:18:08 +0000 Subject: [PATCH] Need sc_efl (eflags) for single stepping support. --- lisp/Linux-os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/Linux-os.h b/lisp/Linux-os.h index 6a6ad9ebd..c50cb29b7 100644 --- a/lisp/Linux-os.h +++ b/lisp/Linux-os.h @@ -58,6 +58,7 @@ typedef struct sigcontext_struct sigcontext; #define sigcontext sigcontext_struct #define sa_sigaction sa_handler #define SA_SIGINFO 0 +#define sc_efl eflags #define sc_eax eax #define sc_ecx ecx -- GitLab