From 40580e2d71ac56131a5da7e5f67a0b63450e4f24 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 19 Apr 2009 20:51:16 +0000 Subject: Zach Welch fix -Werror warnings git-svn-id: svn://svn.berlios.de/openocd/trunk@1472 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/mips32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips32.h') diff --git a/src/target/mips32.h b/src/target/mips32.h index 9ada0b4e..72035b4c 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -47,7 +47,7 @@ typedef struct mips32_comparator_s typedef struct mips32_common_s { - int common_magic; + u32 common_magic; void *arch_info; reg_cache_t *core_cache; mips_ejtag_t ejtag_info; -- cgit v1.2.3