From 092449fe1753f44047d7004078aa92662b3c0f22 Mon Sep 17 00:00:00 2001 From: Steven Massey Date: Tue, 25 Feb 2020 17:45:08 -0800 Subject: [PATCH] test build w/ 32-bit slots --- source/m3_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/m3_config.h b/source/m3_config.h index a2810f5..e9a6837 100644 --- a/source/m3_config.h +++ b/source/m3_config.h @@ -43,7 +43,7 @@ # endif # ifndef d_m3Use32BitSlots -# define d_m3Use32BitSlots 0 +# define d_m3Use32BitSlots 1 # endif //# ifndef d_m3EnableOptimizations