Remove stray semicolon. This fix appears in later upstream gdb versions.
Submitted by: eadler
This commit is contained in:
parent
4211895dfd
commit
a9dfc99bf2
@ -735,7 +735,7 @@ i386_skip_prologue (CORE_ADDR start_pc)
|
||||
|
||||
/* addl y,%ebx */
|
||||
if (delta > 0 && op == 0x81
|
||||
&& read_memory_unsigned_integer (pc + delta + 1, 1) == 0xc3);
|
||||
&& read_memory_unsigned_integer (pc + delta + 1, 1) == 0xc3)
|
||||
{
|
||||
pc += delta + 6;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user