2006-09-11 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Remove warning.
This commit is contained in:
Joel Sherrill
2006-09-11 21:41:36 +00:00
parent ea7fd1ec58
commit ea1d598f08
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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.
+2
View File
@@ -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;