about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-03-09 07:58:50 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-03-09 07:58:50 +0100
commite764029cae2861a5a9e8c7f8185023df0baf6215 (patch)
tree3ffab3d9a954b8174042d407b73ed826adc81b6b /src
parentb1106231033e8d421d8f053c838a30602cf98c23 (diff)
downloadbox64-e764029cae2861a5a9e8c7f8185023df0baf6215.tar.gz
box64-e764029cae2861a5a9e8c7f8185023df0baf6215.zip
[LA64_DYNAREC] This should fix the build
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/dynarec_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/dynarec_arch.h b/src/dynarec/dynarec_arch.h
index 679e2f1b..f02a1bca 100644
--- a/src/dynarec/dynarec_arch.h
+++ b/src/dynarec/dynarec_arch.h
@@ -53,7 +53,7 @@
 #define PREUPDATE_SPECIFICS(A) updateNativeFlags(A)

 

 #define ARCH_SIZE(A)    0

-#define ARCH_FILL(A, B, C)  {}

+#define ARCH_FILL(A, B, C)  NULL

 #define ARCH_ADJUST(A, B, C, D) {}

 #define STOP_NATIVE_FLAGS(A, B) {}

 #define ARCH_UNALIGNED(A, B) 0