aboutsummaryrefslogtreecommitdiff
path: root/lib/imm.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-26 17:13:56 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-26 17:13:56 +0300
commit4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0 (patch)
tree3e9cdf4b34f4f2beffa72a837c409e567d84adb2 /lib/imm.h
parente8b00dae488e9c9f6f9ef7de99bc340de61541b7 (diff)
downloadcopyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.tar.gz
copyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.zip
apply fixes to make jit-comparison easier
Diffstat (limited to 'lib/imm.h')
-rw-r--r--lib/imm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/imm.h b/lib/imm.h
index 1ee7e1e..97580f4 100644
--- a/lib/imm.h
+++ b/lib/imm.h
@@ -40,4 +40,10 @@ unsigned char gen_liy[] = {
0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00
};
unsigned int gen_liy_len = 20;
+unsigned char gen_bani[] = {
+ 0x48, 0x85, 0xf6, 0x48, 0x8d, 0x05, 0x12, 0x00, 0x00, 0x00, 0x48, 0x0f,
+ 0x45, 0x05, 0x02, 0x00, 0x00, 0x00, 0xff, 0xe0, 0x0f, 0x1f, 0x84, 0x00,
+ 0x00, 0x00, 0x00, 0x00
+};
+unsigned int gen_bani_len = 28;
#endif /* COPYJIT_OPS_H */