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
* problem with asmmode for bugfix branch
pierre
27 years ago
parent
a123902056
commit
b495ca5d7d
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
rtl/i386/setjump.inc
+ 1
- 1
rtl/i386/setjump.inc
View File
@@ -51,5 +51,5 @@ asm
jmp *20(%ecx)
jmp *20(%ecx)
end;
end;
-{
$I386_ATT
}
+{
I386_ATT removed for bugfix branch
}