build options #compiler
This commit is contained in:
@@ -316,6 +316,12 @@ fn printInst(instruction: *const Inst, ref_idx: u32, tt: *const TypeTable, write
|
||||
try writeArgs(c.args, writer);
|
||||
try writer.writeAll(") : ");
|
||||
},
|
||||
.compiler_call => |cc| {
|
||||
const name = tt.getString(@enumFromInt(cc.name));
|
||||
try writer.print("compiler_call \"{s}\"(", .{name});
|
||||
try writeArgs(cc.args, writer);
|
||||
try writer.writeAll(") : ");
|
||||
},
|
||||
|
||||
// ── Protocol ────────────────────────────────────────────
|
||||
.protocol_call_dynamic => |c| {
|
||||
|
||||
Reference in New Issue
Block a user