summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-11 21:41:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-11 21:41:36 +0000
commitea1d598f0810e08b679d607449a7cbd5cdd46d41 (patch)
treee8092e2e36f682869d4ee297c83509a229ca3427 /cpukit/score/cpu/arm/cpu.c
parent2006-09-11 Jerry Needell <jerry.needell@unh.edu> (diff)
downloadrtems-ea1d598f0810e08b679d607449a7cbd5cdd46d41.tar.bz2
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Remove warning.
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index e1e6f8da51..a92ed1d348 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -277,10 +277,12 @@ void do_data_abort(uint32_t insn, uint32_t spsr,
uint8_t decode;
uint8_t insn_type;
+#if 0
uint32_t rn;
uint32_t rd;
uint8_t *src_addr;
+#endif
uint32_t tmp;
g_data_abort_insn_list[g_data_abort_cnt & 0x3ff] = ctx->register_lr - 8;