mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:09:16 +02:00
FpDebug: fix compile 32bit linux
This commit is contained in:
parent
be343003c0
commit
a16aac7aa5
@ -132,6 +132,9 @@ type
|
|||||||
PWOW64_CONTEXT = ^WOW64_CONTEXT;
|
PWOW64_CONTEXT = ^WOW64_CONTEXT;
|
||||||
|
|
||||||
{$ifdef cpui386}
|
{$ifdef cpui386}
|
||||||
|
{$ifNdef windows}
|
||||||
|
_FLOATING_SAVE_AREA = WOW64_FLOATING_SAVE_AREA; // just define it, on non-windows it is not used
|
||||||
|
{$endif}
|
||||||
TCONTEXT = record
|
TCONTEXT = record
|
||||||
ContextFlags : DWORD;
|
ContextFlags : DWORD;
|
||||||
Dr0 : DWORD;
|
Dr0 : DWORD;
|
||||||
|
Loading…
Reference in New Issue
Block a user