Pārlūkot izejas kodu

* mark used registers in assembler block so the compiler saves/restores
them if necessary

git-svn-id: trunk@15530 -

Jonas Maebe 15 gadi atpakaļ
vecāks
revīzija
0def7f801e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/webtbs/tw1327.pp

+ 1 - 1
tests/webtbs/tw1327.pp

@@ -51,7 +51,7 @@ var
       inc ecx
       inc ecx
       cmp ecx,6
       cmp ecx,6
       jne  @LLloop
       jne  @LLloop
-    end;
+    end ['esi','edi','ecx','ebx'];
     for i:=0 to 5 do
     for i:=0 to 5 do
       if x[i]<>i then
       if x[i]<>i then
         has_error:=true;
         has_error:=true;