Small whitespace fixes.
This commit is contained in:
parent
118ef86edc
commit
1c622ae41e
@ -110,10 +110,9 @@ IDTVEC(fpu)
|
|||||||
pushl $0; TRAP(T_ARITHTRAP)
|
pushl $0; TRAP(T_ARITHTRAP)
|
||||||
IDTVEC(align)
|
IDTVEC(align)
|
||||||
TRAP(T_ALIGNFLT)
|
TRAP(T_ALIGNFLT)
|
||||||
|
|
||||||
IDTVEC(xmm)
|
IDTVEC(xmm)
|
||||||
pushl $0; TRAP(T_XMMFLT)
|
pushl $0; TRAP(T_XMMFLT)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* alltraps entry point. Interrupts are enabled if this was a trap
|
* alltraps entry point. Interrupts are enabled if this was a trap
|
||||||
* gate (TGT), else disabled if this was an interrupt gate (IGT).
|
* gate (TGT), else disabled if this was an interrupt gate (IGT).
|
||||||
|
Loading…
Reference in New Issue
Block a user