From edfb8e57091d831242bebce17b0d7a7980332f44 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 23 Mar 2016 11:28:43 -0700 Subject: [PATCH] [master] temporarily disable busy-wait NOP for win64 build (no __asm support) --- win32utils/Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win32utils/Configure b/win32utils/Configure index 79ae31e31e..36766c911a 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -700,7 +700,8 @@ if (($want_win32 eq "yes") && ($want_x64 eq "yes")) { $configvar{"BUILD_PLATFORM"} = "x64"; $configvar{"MACHINE"} = "/machine:X64"; $configvar{"BUILD_MACHINE"} = "/machine:X64"; - $configdefp{"ISC_PLATFORM_BUSYWAITNOP"} = "__asm { rep nop }"; + # inline assembly not supported in x64 builds + #$configdefp{"ISC_PLATFORM_BUSYWAITNOP"} = "__asm { rep nop }"; } # get the version information