about summary refs log tree commit diff
path: root/src/rt/rust_test_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_test_helpers.c')
-rw-r--r--src/rt/rust_test_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_test_helpers.c b/src/rt/rust_test_helpers.c
index 5900b21b612..2a14b3da7b7 100644
--- a/src/rt/rust_test_helpers.c
+++ b/src/rt/rust_test_helpers.c
@@ -269,7 +269,7 @@ LARGE_INTEGER increment_all_parts(LARGE_INTEGER li) {
     return li;
 }
 
-#if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32)) && defined(__amd64__)
+#if __SIZEOF_INT128__ == 16
 
 unsigned __int128 identity(unsigned __int128 a) {
     return a;