summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2020-09-10 10:57:29 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:23 -0400
commitefcaa49a7be1ea016a57bed5080c02df3f88f884 (patch)
tree3751b990d163c75566a9ebb47e7502c631941f22 /iseq.c
parent1392a6f2a499f7400320b87d0bf53d3ef0e26d93 (diff)
Added sub instruction, 32-bit registers, more tests
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/iseq.c b/iseq.c
index 67af3371dd..03f322e514 100644
--- a/iseq.c
+++ b/iseq.c
@@ -3225,6 +3225,18 @@ rb_vm_encoded_insn_data_table_init(void)
head += sizeof(handmade_pop);
memcpy(head, ujit_post_call_bytes, sizeof(ujit_post_call_bytes));
// TODO this is small enough to fit in the page we allocated but that can change
+
+
+
+
+
+
+
+
+
+
+
+
}
int