]> git.sur5r.net Git - openocd/blobdiff - src/target/mips_m4k.h
mips_m4k: common_magic should be unsigned
[openocd] / src / target / mips_m4k.h
index bb37ee2d4a063b54931cc50f13dda54d0941bc57..85d4c0a5c83666b408c49961695af1b177dab383 100644 (file)
@@ -31,7 +31,7 @@ struct target;
 
 struct mips_m4k_common
 {
-       int common_magic;
+       uint32_t common_magic;
        bool is_pic32mx;
        struct mips32_common mips32;
 };