mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
lint
This commit is contained in:
@ -769,7 +769,7 @@ push_dummy_frame ()
|
|||||||
for (i = 0; i < num_bytes; i += 4)
|
for (i = 0; i < num_bytes; i += 4)
|
||||||
{
|
{
|
||||||
/* Note: word is in target byte order. */
|
/* Note: word is in target byte order. */
|
||||||
read_register_gen (LR0_REGNUM + i / 4, &word, 4);
|
read_register_gen (LR0_REGNUM + i / 4, &word);
|
||||||
write_memory (rfb - num_bytes + i, &word, 4);
|
write_memory (rfb - num_bytes + i, &word, 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user