git subrepo pull (merge) --force deps/lightning
[pcsx_rearmed.git] / deps / lightning / include / lightning / jit_ia64.h
index e45818a..519f3f8 100644 (file)
@@ -119,6 +119,8 @@ typedef enum {
 
 typedef struct {
     jit_uint32_t clz           : 1;
+    /* generate special instructions for unaligned load/store? */
+    jit_uint32_t unaligned     : 1;
 } jit_cpu_t;
 
 /*