about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-07 10:37:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-07 10:37:51 +0200
commit14b0323bf64ba28b081effb78ef7d3897fd5d64d (patch)
tree724d37afadc393dc6ffd994449cafa8f57212f86 /src/include
parentb4828477794a8e69a96f0ca7991ad0e619d1b2a3 (diff)
downloadbox64-14b0323bf64ba28b081effb78ef7d3897fd5d64d.tar.gz
box64-14b0323bf64ba28b081effb78ef7d3897fd5d64d.zip
[ARM64_DYNAREC] Reworked ymm0 propagation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/dynarec_native.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/dynarec_native.h b/src/include/dynarec_native.h
index 3bda443c..dd5218f6 100644
--- a/src/include/dynarec_native.h
+++ b/src/include/dynarec_native.h
@@ -5,6 +5,7 @@ typedef struct dynablock_s dynablock_t;
 typedef struct x64emu_s x64emu_t;
 typedef struct instsize_s instsize_t;
 
+
 //#define USE_CUSTOM_MEM
 #ifdef USE_CUSTOM_MEM
 #define dynaMalloc customMalloc