summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-30 02:29:40 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-30 02:29:40 +0200
commit93e92c14448bbd804b805bbf0daae038b1145488 (patch)
treecc6abda90c0048bc2c76554b2950f75cc92253f4
parent5fc5a3ae127a907bf2057d934aa579ea3e76f8d8 (diff)
downloadbxgen-93e92c14448bbd804b805bbf0daae038b1145488.zip
Codegen: call (incomplete)
-rwxr-xr-xbxgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bxgen.c b/bxgen.c
index 824cdfb..75033d8 100755
--- a/bxgen.c
+++ b/bxgen.c
@@ -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;