Kaynağa Gözat

* fixed comment in test

git-svn-id: trunk@38356 -
nickysn 7 yıl önce
ebeveyn
işleme
c4f66a2492
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tests/test/tasm23.pp

+ 1 - 1
tests/test/tasm23.pp

@@ -4,7 +4,7 @@ program tasm23;
 
 procedure t; assembler;
 asm
-  mov ax, [bx[5]][di][54][-17][45][4] { mov ax, ss:[bx+di+5Bh] }
+  mov ax, [bx[5]][di][54][-17][45][4] { mov ax, [bx+di+5Bh] }
 end;
 
 begin