diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-30 02:29:40 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-30 02:29:40 +0200 |
commit | 93e92c14448bbd804b805bbf0daae038b1145488 (patch) | |
tree | cc6abda90c0048bc2c76554b2950f75cc92253f4 | |
parent | 5fc5a3ae127a907bf2057d934aa579ea3e76f8d8 (diff) | |
download | bxgen-93e92c14448bbd804b805bbf0daae038b1145488.zip |
Codegen: call (incomplete)
-rwxr-xr-x | bxgen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1767,8 +1767,8 @@ void x86_64_emit_node( write_u8(LE, 0x90, begin + 13, end); // nop - write_u8(LE, 0xeb, begin, end); // jmp - write_u8(LE, 0x0c, begin + 1, end); // 12 + // write_u8(LE, 0xeb, begin, end); // jmp + // write_u8(LE, 0x0c, begin + 1, end); // 12 codegen->offset_code += 14; |