diff options
Diffstat (limited to 'lib/imm.h')
| -rw-r--r-- | lib/imm.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 */ |
