mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 14:14:33 +08:00
@@ -1,3 +1,7 @@
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* cpu.c: Remove warning.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user