Justine Tunney 3 gadi atpakaļ
vecāks
revīzija
3aa7a47e15
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      sectorlisp.S

+ 1 - 0
sectorlisp.S

@@ -144,6 +144,7 @@ Intern:	push	%cx				# Intern(cx,di): ax
 	rep cmpsb				# memcmp(di,si,cx)
 	je	9f
 	xor	%ax,%ax
+	dec	%di
 2:	scasb
 	jne	2b
 	jmp	1b