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

+ 1 - 1
sectorlisp.S

@@ -108,7 +108,7 @@ PrintObject:					# PrintObject(x:si)
 
 
 Print:	test	%si,%si
 Print:	test	%si,%si
 	jz	NewLine
 	jz	NewLine
-	mov	(%si),%si			# ax = Car(Cdr(e))
+	xchg	%di,%si
 	call	PrintObject
 	call	PrintObject
 	ret
 	ret