Small whitespace fixes.

This commit is contained in:
jhb 2004-12-30 19:14:48 +00:00
parent 908aa564cb
commit e11d37605f

View File

@ -110,10 +110,9 @@ IDTVEC(fpu)
pushl $0; TRAP(T_ARITHTRAP)
IDTVEC(align)
TRAP(T_ALIGNFLT)
IDTVEC(xmm)
pushl $0; TRAP(T_XMMFLT)
/*
* alltraps entry point. Interrupts are enabled if this was a trap
* gate (TGT), else disabled if this was an interrupt gate (IGT).