Small whitespace fixes.

This commit is contained in:
John Baldwin 2004-12-30 19:14:48 +00:00
parent 118ef86edc
commit 1c622ae41e

View File

@ -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).