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