mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* mips-tdep.c (mips32_scan_prologue): Only update the immediate
load adjustment if still within the prologue.
This commit is contained in:
@@ -2246,7 +2246,8 @@ restart:
|
||||
|| high_word == 0x3408 /* ori $t0,$zero,n */
|
||||
))
|
||||
{
|
||||
load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
|
||||
if (end_prologue_addr == 0)
|
||||
load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user