Skip to content

Instantly share code, notes, and snippets.

@sarcilav
Created August 8, 2012 21:32
Show Gist options
  • Save sarcilav/3298960 to your computer and use it in GitHub Desktop.
Save sarcilav/3298960 to your computer and use it in GitHub Desktop.
--- src/EnginePl/machine.h 8 Apr 2011 16:16:16 -0000 1.26
+++ src/EnginePl/machine.h 14 Nov 2011 12:38:04 -0000
@@ -149,6 +149,10 @@
#define NO_MACHINE_REG_FOR_REG_BANK
#endif
+#if defined(M_x86_64) && defined(NO_USE_REGS)
+#define NO_MACHINE_REG_FOR_REG_BANK
+#endif
+
//#if defined(_MSC_VER) && defined(M_x86_64)
//#define NO_MACHINE_REG_FOR_REG_BANK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment