From d196e48590af1f3cacd193f9034f963468410796 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 15:34:54 +0000 Subject: updates from Tony Bennett. Broke the setjmp/longjmp pair in the context switch into a separate routine so no code depended on local variables surviving the jump. --- c/src/exec/score/cpu/unix/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/unix/cpu.h') diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h index e813a92364..8ead9c92b7 100644 --- a/c/src/exec/score/cpu/unix/cpu.h +++ b/c/src/exec/score/cpu/unix/cpu.h @@ -436,8 +436,8 @@ extern "C" { /* * This is really just the area for the following fields. * - * jmp_buf regs; - * sigset_t isr_level; + * jmp_buf regs; + * unsigned32 isr_level; * * Doing it this way avoids conflicts between the native stuff and the * RTEMS stuff. -- cgit v1.2.3