diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/mips_m4k.c | 2 |
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) |