2
0
Hikaru Ikuta 3 жил өмнө
parent
commit
8a59e66349
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      sectorlisp.S

+ 0 - 2
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