|
@@ -240,7 +240,9 @@ def with_debug_info_trace(instruction, debug_info, function_name):
|
|
|
return instruction
|
|
|
else:
|
|
|
return tree_ir.create_block(
|
|
|
- tree_ir.PrintInstruction(jit_runtime.format_trace_message(debug_info, function_name)),
|
|
|
+ tree_ir.PrintInstruction(
|
|
|
+ tree_ir.LiteralInstruction(
|
|
|
+ jit_runtime.format_trace_message(debug_info, function_name))),
|
|
|
instruction)
|
|
|
|
|
|
class LocalNameMap(object):
|