This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
fpc
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* align the variables passed to InterlockedCompareExchange128() to a
multiple of 16 bytes
git-svn-id: trunk@33962 -
Jonas Maebe
há 9 anos atrás
pai
cef5cac4fa
commit
580cf73e64
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
tests/test/tcas128.pp
+ 2
- 0
tests/test/tcas128.pp
Ver Ficheiro
@@ -1,5 +1,7 @@
{ %cpu=x86_64 }
+{$codealign varmin=16}
+
uses
cpu,sysutils;