s/code/ucode/ (last minute typo)
This commit is contained in:
parent
bc11d59b2a
commit
d65d6e5e21
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86593
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user