FpDebug: Windows, Enabled test for WoW64

git-svn-id: trunk@61849 -
This commit is contained in:
martin 2019-09-10 01:40:51 +00:00
parent 1958b8edea
commit 0b78b442ef

View File

@ -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];