X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips32.h;h=bfd7facb1dd59d3326a2fa3f45441a6ba26abee6;hp=4f44384a38088c729d7bc361fdc2021c963265ea;hb=3f447bb8dd609d8ed8a9cab21e31b53d54e2a6d2;hpb=abdd5680cde8432be6ad74eb3a12c1922c95d41c diff --git a/src/target/mips32.h b/src/target/mips32.h index 4f44384a38..bfd7facb1d 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -100,8 +100,8 @@ struct mips32_common { struct mips32_comparator *data_break_list; /* register cache to processor synchronization */ - int (*read_core_reg)(struct target *target, int num); - int (*write_core_reg)(struct target *target, int num); + int (*read_core_reg)(struct target *target, unsigned int num); + int (*write_core_reg)(struct target *target, unsigned int num); }; static inline struct mips32_common *