forked from Imagelibrary/binutils-gdb
* alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
constants. * amd64-tdep.c (amd64_skip_prologue): Likewise. * ia64-tdep.c (examine_prologue): Likewise. * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function. * v850-tdep.c (v850_fix_call_dummy): Likewise.
This commit is contained in:
@@ -781,7 +781,7 @@ amd64_skip_prologue (CORE_ADDR start_pc)
|
||||
struct amd64_frame_cache cache;
|
||||
CORE_ADDR pc;
|
||||
|
||||
pc = amd64_analyze_prologue (start_pc, 0xffffffffffffffff, &cache);
|
||||
pc = amd64_analyze_prologue (start_pc, 0xffffffffffffffffLL, &cache);
|
||||
if (cache.frameless_p)
|
||||
return start_pc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user