Browse Source

Shave 2 bytes

Hikaru Ikuta 3 years ago
parent
commit
90903662a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sectorlisp.S

+ 1 - 1
sectorlisp.S

@@ -104,7 +104,7 @@ PrintObject:					# PrintObject(x:si)
 	jnz	.PrintString			# -> ret
 	ret
 
-Read:	call	GetChar
+Read:	xchg	%dx,%ax
 	call	GetToken
 GetObject:					# called just after GetToken
 	cmp	$'(',%al