mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
parent
11b68b0e11
commit
43515ab109
@ -345,6 +345,7 @@ interface
|
||||
|
||||
implementation
|
||||
|
||||
{$asmmode att}
|
||||
|
||||
const
|
||||
EXCEPTION_ACCESS_VIOLATION = $c0000005;
|
||||
|
@ -100,6 +100,8 @@ Const
|
||||
|
||||
implementation
|
||||
|
||||
{$asmmode att}
|
||||
|
||||
var
|
||||
SysInstance : qword;public;
|
||||
|
||||
|
@ -41,6 +41,8 @@ unit cpu;
|
||||
|
||||
implementation
|
||||
|
||||
{$asmmode att}
|
||||
|
||||
var
|
||||
_AESSupport,
|
||||
_AVXSupport,
|
||||
|
Loading…
Reference in New Issue
Block a user