diff --git a/sectorlisp.S b/sectorlisp.S index 1ad96ee..877493e 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -118,8 +118,6 @@ NewLine:mov $'\r',%al Read: mov %bp,%dx # Get cached character call GetToken - jmp GetObject - GetObject: # called just after GetToken cmp $'(',%al je GetList