|
@@ -95,7 +95,6 @@ begin
|
|
if IsArm32Compatible then Log('IsArm32Compatible');
|
|
if IsArm32Compatible then Log('IsArm32Compatible');
|
|
if IsArm64 then Log('IsArm64');
|
|
if IsArm64 then Log('IsArm64');
|
|
if IsIA64 then Log('IsIA64');
|
|
if IsIA64 then Log('IsIA64');
|
|
- if IsX64 then Log('IsX64');
|
|
|
|
if IsX64OS then Log('IsX64OS');
|
|
if IsX64OS then Log('IsX64OS');
|
|
if IsX64Compatible then Log('IsX64Compatible');
|
|
if IsX64Compatible then Log('IsX64Compatible');
|
|
if IsX86 then Log('IsX86');
|
|
if IsX86 then Log('IsX86');
|