diff options
Diffstat (limited to 'sys/amd64/isa/npx.c')
-rw-r--r-- | sys/amd64/isa/npx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index b79d511..52d45ed 100644 --- a/sys/amd64/isa/npx.c +++ b/sys/amd64/isa/npx.c @@ -513,7 +513,7 @@ npxexit(p) u_int masked_exceptions; masked_exceptions = PCPU_GET(curpcb)->pcb_savefpu.sv_env.en_cw - &PCPU_GET(curpcb)->pcb_savefpu.sv_env.en_sw & 0x7f; + & PCPU_GET(curpcb)->pcb_savefpu.sv_env.en_sw & 0x7f; /* * Log exceptions that would have trapped with the old * control word (overflow, divide by 0, and invalid operand). |