mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 05:20:56 -04:00
Merge branch 'master' of https://github.com/water111/jak-project into w/type-pass-2
This commit is contained in:
@@ -859,8 +859,8 @@ std::string ObjectFileDB::ir2_function_to_string(ObjectFileData& data, Function&
|
||||
auto& op = func.get_atomic_op_at_instr(instr_id);
|
||||
op_id = func.ir2.atomic_ops->instruction_to_atomic_op.at(instr_id);
|
||||
append_commented(line, printed_comment,
|
||||
op.to_form(data.linked_data.labels, func.ir2.env).print() + "[" +
|
||||
std::to_string(op_id) + "]");
|
||||
fmt::format("[{:3d}] {}", op_id,
|
||||
op.to_form(data.linked_data.labels, func.ir2.env).print()));
|
||||
|
||||
if (func.ir2.env.has_type_analysis()) {
|
||||
append_commented(
|
||||
|
||||
Reference in New Issue
Block a user