Sfoglia il codice sorgente

- removed ret as it breaks darwin (doesn't restore
stack alignment)

git-svn-id: trunk@9194 -

Jonas Maebe 18 anni fa
parent
commit
7b8bbae582
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tests/webtbs/tw8195a.pp

+ 0 - 1
tests/webtbs/tw8195a.pp

@@ -76,7 +76,6 @@ end;
 function LabelOFFSET: Integer;
 function LabelOFFSET: Integer;
 asm
 asm
   mov eax, OFFSET @@Exit
   mov eax, OFFSET @@Exit
-  ret
  @@Exit:
  @@Exit:
 end;
 end;