mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
lint
This commit is contained in:
@ -769,7 +769,7 @@ push_dummy_frame ()
|
||||
for (i = 0; i < num_bytes; i += 4)
|
||||
{
|
||||
/* 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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user