This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
- removed ret as it breaks darwin (doesn't restore
stack alignment)
git-svn-id: trunk@9194 -
Jonas Maebe
18 years ago
parent
4512eede06
commit
7b8bbae582
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
tests/webtbs/tw8195a.pp
+ 0
- 1
tests/webtbs/tw8195a.pp
View File
@@ -76,7 +76,6 @@ end;
function LabelOFFSET: Integer;
asm
mov eax, OFFSET @@Exit
- ret
@@Exit:
end;