* amd64-tdep.c (amd64_relocate_instruction): Make it static.
This commit is contained in:
Yao Qi
2011-11-09 02:21:54 +00:00
parent 72a2e3dcf5
commit 609657371b
2 changed files with 5 additions and 1 deletions

View File

@@ -1551,7 +1551,7 @@ append_insns (CORE_ADDR *to, ULONGEST len, const gdb_byte *buf)
*to += len;
}
void
static void
amd64_relocate_instruction (struct gdbarch *gdbarch,
CORE_ADDR *to, CORE_ADDR oldloc)
{