diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-19 11:43:13 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-19 11:43:13 +0000 |
| commit | 8339bca6db690f81ad1b7ba32eb80055ef3e4094 (patch) | |
| tree | 22d66966f5c9b74ecdf70b469b258c6371706c68 | |
| parent | 95bca00f46d1de7c2e868d1a5d4055bd1dfc6c3f (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/fpu.c | 2 | ||||
| -rw-r--r-- | sys/amd64/isa/npx.c | 2 | ||||
| -rw-r--r-- | sys/i386/isa/npx.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index b79d5112200a..52d45edc4c6a 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.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). diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index b79d5112200a..52d45edc4c6a 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). diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index b79d5112200a..52d45edc4c6a 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/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). |
