From af2b90de3fc9fe8a4a7c89f1c2f54f10b62ab6e0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 May 2009 14:19:58 +0000 Subject: 2009-05-05 Michael Walle * cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support. --- cpukit/score/cpu/lm32/rtems/score/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/cpu/lm32/rtems') diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h index 44d1d23a16..f6b6a9210c 100644 --- a/cpukit/score/cpu/lm32/rtems/score/cpu.h +++ b/cpukit/score/cpu/lm32/rtems/score/cpu.h @@ -482,6 +482,7 @@ typedef struct { uint32_t sp; uint32_t ra; uint32_t ie; + uint32_t epc; } Context_Control; /** -- cgit v1.2.3