mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Remove stray semicolon. This fix appears in later upstream gdb versions.
Submitted by: eadler
This commit is contained in:
parent
bd727a6884
commit
bdbd7b1333
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219418
@ -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…
Reference in New Issue
Block a user