about summary refs log tree commit diff stats
path: root/src/dynarec/la64/dynarec_la64_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarec/la64/dynarec_la64_helper.h')
-rw-r--r--src/dynarec/la64/dynarec_la64_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dynarec/la64/dynarec_la64_helper.h b/src/dynarec/la64/dynarec_la64_helper.h
index fbc91e34..def767b4 100644
--- a/src/dynarec/la64/dynarec_la64_helper.h
+++ b/src/dynarec/la64/dynarec_la64_helper.h
@@ -1075,4 +1075,6 @@ uintptr_t dynarec64_F20F(dynarec_la64_t* dyn, uintptr_t addr, uintptr_t ip, int
         }                                  \
     } while (0)
 
+#define PURGE_YMM0()    /* TODO */
+
 #endif //__DYNAREC_LA64_HELPER_H__
\ No newline at end of file