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