diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c index 65589259ff57..f652a114a8de 100644 --- a/sys/ia64/ia64/trap.c +++ b/sys/ia64/ia64/trap.c @@ -374,7 +374,7 @@ trap(int vector, int imm, struct trapframe *framep) goto dopanic; if (fpswa_interface == NULL) { i = SIGFPE; - code = 0; + ucode = 0; break; } mtx_lock(&Giant); @@ -450,7 +450,7 @@ trap(int vector, int imm, struct trapframe *framep) goto dopanic; if (fpswa_interface == NULL) { i = SIGFPE; - code = 0; + ucode = 0; break; } mtx_lock(&Giant);