aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-resume.c')
-rw-r--r--sim/common/sim-resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-resume.c b/sim/common/sim-resume.c
index 3262568..ddb7054 100644
--- a/sim/common/sim-resume.c
+++ b/sim/common/sim-resume.c
@@ -83,7 +83,7 @@ sim_resume (SIM_DESC sd,
#ifdef SIM_CPU_EXCEPTION_RESUME
{
sim_cpu* cpu = STATE_CPU (sd, next_cpu_nr);
- SIM_CPU_EXCEPTION_RESUME(sd, cpu, sig_to_deliver);
+ SIM_CPU_EXCEPTION_RESUME (sd, cpu, sig_to_deliver);
}
#endif