From c1b100e93044469de30c634107bc645361cc1a73 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 18:23:48 +0000 Subject: nits --- trapasm.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'trapasm.S') diff --git a/trapasm.S b/trapasm.S index 87a832a..acdca99 100644 --- a/trapasm.S +++ b/trapasm.S @@ -1,11 +1,9 @@ .text -.globl trap -.globl trapret1 -.globl alltraps .set SEG_KDATA_SEL, 0x10 # selector for SEG_KDATA # vectors.S sends all traps here. +.globl alltraps alltraps: # Build trap frame. pushl %ds -- cgit v1.2.3