about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-06-17 12:08:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-17 12:08:43 +0200
commit1b47fd952caa889c252223b1996a06444d10e2fc (patch)
tree5b45ad0b419a8106088ac9a5ca96590350ff6a3a /src/include/box64context.h
parentbf9e5b8e6e3b42768a787f1a3d3c1f423d1fb38f (diff)
downloadbox64-1b47fd952caa889c252223b1996a06444d10e2fc.tar.gz
box64-1b47fd952caa889c252223b1996a06444d10e2fc.zip
Added ability to trace and dump 32bits code
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 2f82e010..954d93cb 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -185,6 +185,7 @@ typedef struct box64context_s {
     int                 clean_cap;
 
     zydis_dec_t         *dec;           // trace
+    zydis_dec_t         *dec32;         // trace
 
     int                 forked;         //  how many forks... cleanup only when < 0