diff options
| author | rsc <rsc> | 2007-08-28 18:23:48 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2007-08-28 18:23:48 +0000 |
| commit | c1b100e93044469de30c634107bc645361cc1a73 (patch) | |
| tree | e5e1ead7fa029917abdde9ed0fa9bdb45597d085 /trapasm.S | |
| parent | 3e1eaf226d501fc4f57592e1c75c885f8b2e5d99 (diff) | |
| download | xv6-labs-c1b100e93044469de30c634107bc645361cc1a73.tar.gz xv6-labs-c1b100e93044469de30c634107bc645361cc1a73.tar.bz2 xv6-labs-c1b100e93044469de30c634107bc645361cc1a73.zip | |
nits
Diffstat (limited to 'trapasm.S')
| -rw-r--r-- | trapasm.S | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
