diff options
Diffstat (limited to 'sim/arm/iwmmxt.h')
-rw-r--r-- | sim/arm/iwmmxt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h index e49a8d7..2f677af 100644 --- a/sim/arm/iwmmxt.h +++ b/sim/arm/iwmmxt.h @@ -24,4 +24,4 @@ extern unsigned IwmmxtCDP (ARMul_State *, unsigned, ARMword); extern int ARMul_HandleIwmmxt (ARMul_State *, ARMword); extern int Fetch_Iwmmxt_Register (unsigned int, unsigned char *); -extern int Store_Iwmmxt_Register (unsigned int, unsigned char *); +extern int Store_Iwmmxt_Register (unsigned int, const unsigned char *); |