1 files changed, 1 insertions, 3 deletions
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 |