about summary refs log tree commit diff stats
path: root/src/dynarec/rv64/dynarec_rv64_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarec/rv64/dynarec_rv64_private.h')
-rw-r--r--src/dynarec/rv64/dynarec_rv64_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynarec/rv64/dynarec_rv64_private.h b/src/dynarec/rv64/dynarec_rv64_private.h
index 54f40820..80507b49 100644
--- a/src/dynarec/rv64/dynarec_rv64_private.h
+++ b/src/dynarec/rv64/dynarec_rv64_private.h
@@ -189,6 +189,7 @@ typedef struct dynarec_rv64_s {
     uint8_t             inst_vlmul;     // vlmul inside current instruction
     void*               gdbjit_block;
     uint32_t            need_x87check; // x87 low precision check
+    uint32_t            need_dump;     // need to dump the block
 } dynarec_rv64_t;
 
 // v0 is hardware wired to vector mask register, which should be always reserved