This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
fpc
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
* align the variables passed to InterlockedCompareExchange128() to a
multiple of 16 bytes
git-svn-id: trunk@33962 -
Jonas Maebe
9 vuotta sitten
vanhempi
cef5cac4fa
commit
580cf73e64
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
tests/test/tcas128.pp
+ 2
- 0
tests/test/tcas128.pp
Näytä tiedosto
@@ -1,5 +1,7 @@
{ %cpu=x86_64 }
+{$codealign varmin=16}
+
uses
cpu,sysutils;