2009-09-18 Maxim Grigoriev <maxim2405@gmail.com>

* xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
This commit is contained in:
Maxim Grigoriev 2009-09-19 03:56:31 +00:00
parent 87fc12fe7d
commit 8179e73991
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-09-18 Maxim Grigoriev <maxim2405@gmail.com>
* xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
2009-09-18 Jan Kratochvil <jan.kratochvil@redhat.com>
* objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.

View File

@ -2125,7 +2125,7 @@ call0_analyze_prologue (struct gdbarch *gdbarch,
Assume we may be in the prologue until we hit a flow control instr. */
rtmp = NULL;
body_pc = INT_MAX;
body_pc = UINT_MAX;
end_pc = 0;
/* Find out, if we have an information about the prologue from DWARF. */