asm: implement stub instruction emitter

This commit is contained in:
2024-12-15 19:30:14 +00:00
parent 8889e58cf2
commit 9e75e1f16f
3 changed files with 53 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ struct ivy_bin_class_table_entry {
struct ivy_bin_class {
b_i32 c_ident;
uint8_t c_reserved[12];
struct ivy_bin_class_table_entry c_table[];
};