* explicitly add asmmode, resolves #27255

git-svn-id: trunk@29424 -
This commit is contained in:
florian 2015-01-06 14:45:34 +00:00
parent 11b68b0e11
commit 43515ab109
3 changed files with 5 additions and 0 deletions

View File

@ -345,6 +345,7 @@ interface
implementation
{$asmmode att}
const
EXCEPTION_ACCESS_VIOLATION = $c0000005;

View File

@ -100,6 +100,8 @@ Const
implementation
{$asmmode att}
var
SysInstance : qword;public;

View File

@ -41,6 +41,8 @@ unit cpu;
implementation
{$asmmode att}
var
_AESSupport,
_AVXSupport,