aboutsummaryrefslogtreecommitdiff
path: root/sim/cris/crisv10f.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cris/crisv10f.c')
-rw-r--r--sim/cris/crisv10f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/crisv10f.c b/sim/cris/crisv10f.c
index 8478379..afb203d 100644
--- a/sim/cris/crisv10f.c
+++ b/sim/cris/crisv10f.c
@@ -60,7 +60,7 @@ MY (deliver_interrupt) (SIM_CPU *current_cpu,
unsigned char entryaddr_le[4];
int was_user;
SIM_DESC sd = CPU_STATE (current_cpu);
- unsigned32 entryaddr;
+ uint32_t entryaddr;
/* We haven't implemented other interrupt-types yet. */
if (type != CRIS_INT_INT)