summaryrefslogtreecommitdiff
path: root/gdb/xtensa-tdep.c
diff options
context:
space:
mode:
authorMaxim Grigoriev <maxim2405@gmail.com>2009-09-19 16:36:08 +0000
committerMaxim Grigoriev <maxim2405@gmail.com>2009-09-19 16:36:08 +0000
commit681c528869cc06ee837244eff755a3eb354cb729 (patch)
tree14f26a4b2393e3036410975d0c25ef4c2bd71911 /gdb/xtensa-tdep.c
parent0ef64d11746d5e0cce56384bc5e9abead4fa33a7 (diff)
downloadgdb-681c528869cc06ee837244eff755a3eb354cb729.tar.gz
2009-09-19 Maxim Grigoriev <maxim2405@gmail.com>
* xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
Diffstat (limited to 'gdb/xtensa-tdep.c')
-rw-r--r--gdb/xtensa-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c
index 07454978fe8..ed8536181fd 100644
--- a/gdb/xtensa-tdep.c
+++ b/gdb/xtensa-tdep.c
@@ -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. */