This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
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
4512eede06
commit
7b8bbae582
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
0
1
tests/webtbs/tw8195a.pp
+ 0
- 1
tests/webtbs/tw8195a.pp
Vedi File
@@ -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;