summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-02-18 07:39:20 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-02-18 07:39:20 +0000
commitb7593457bce8b784c6fc7ced7f0a13b9a2391f8a (patch)
tree9571b8b7186e035032cc383731b4802580539ef2 /src/target/mips_m4k.c
parent2136238908840dd230854cb5d78b8da181ca7340 (diff)
downloadopenocd_libswd-b7593457bce8b784c6fc7ced7f0a13b9a2391f8a.tar.gz
openocd_libswd-b7593457bce8b784c6fc7ced7f0a13b9a2391f8a.tar.bz2
openocd_libswd-b7593457bce8b784c6fc7ced7f0a13b9a2391f8a.tar.xz
openocd_libswd-b7593457bce8b784c6fc7ced7f0a13b9a2391f8a.zip
Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@1375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips_m4k.c')
-rw-r--r--src/target/mips_m4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c
index b1a4e46a..41b974ce 100644
--- a/src/target/mips_m4k.c
+++ b/src/target/mips_m4k.c
@@ -93,7 +93,7 @@ target_type_t mips_m4k_target =
int mips_m4k_examine_debug_reason(target_t *target)
{
- int break_status;
+ u32 break_status;
int retval;
if ((target->debug_reason != DBG_REASON_DBGRQ)