summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 14:19:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 14:19:58 +0000
commitaf2b90de3fc9fe8a4a7c89f1c2f54f10b62ab6e0 (patch)
tree6aff077ceea935cebe0e12817b47598a6fd1239b /cpukit/score/cpu/lm32/rtems
parentUpdate (diff)
downloadrtems-af2b90de3fc9fe8a4a7c89f1c2f54f10b62ab6e0.tar.bz2
2009-05-05 Michael Walle <michael@walle.cc>
* cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support.
Diffstat (limited to 'cpukit/score/cpu/lm32/rtems')
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu.h1
1 files changed, 1 insertions, 0 deletions
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;
/**