mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2009-11-09 Tristan Gingold <gingold@adacore.com>
* avr/interp.c (sim_resume): Fix typo for OP_ret.
This commit is contained in:
@ -985,7 +985,7 @@ sim_resume (SIM_DESC sd, int step, int signal)
|
||||
unsigned int sp = read_word (REG_SP);
|
||||
if (avr_pc22)
|
||||
{
|
||||
pc = sram[++sp] = pc << 16;
|
||||
pc = sram[++sp] << 16;
|
||||
cycles++;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user