mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:40:20 +02:00
FpDebug: Windows, Enabled test for WoW64
git-svn-id: trunk@61849 -
This commit is contained in:
parent
1958b8edea
commit
0b78b442ef
@ -35,8 +35,8 @@ begin
|
||||
|
||||
DbgInfo.Name := 'FpDebug';
|
||||
DbgInfo.CpuBitTypes := [cpu32,cpu64];
|
||||
{$IFDEF WIN64} // Windows can not cross debug
|
||||
DbgInfo.CpuBitTypes := [cpu64];
|
||||
{$IFDEF WIN64}
|
||||
DbgInfo.CpuBitTypes := [cpu32,cpu64];
|
||||
{$ENDIF}
|
||||
{$IFDEF WIN32} // Windows can not cross debug
|
||||
DbgInfo.CpuBitTypes := [cpu32];
|
||||
|
Loading…
Reference in New Issue
Block a user