From 141e16d22538bc9f3f79466a774fdad3a9128533 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 11 Nov 2016 10:51:25 +0100 Subject: rtems: Conditionally define rtems_interrupt_frame Update #2808. --- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index a32dc37346..f1b431e8d8 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -130,7 +130,7 @@ extern "C" { * * XXX document implementation including references if appropriate */ -#define CPU_ISR_PASSES_FRAME_POINTER 0 +#define CPU_ISR_PASSES_FRAME_POINTER FALSE /** * @def CPU_HARDWARE_FP -- cgit v1.2.3