Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8d5abc5

Browse files
committed
[[ Compiler ]] Correct emit log message.
1 parent 60373db commit 8d5abc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/lc-compile/src/emit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ static uindex_t s_current_handler_field_count = 0;
766766
void EmitBeginHandlerType(long return_type_index)
767767
{
768768
MCScriptBeginHandlerTypeInModule(s_builder, return_type_index);
769-
MCLog("[Emit] BeginRecordType(%ld)", return_type_index);
769+
MCLog("[Emit] BeginHandlerType(%ld)", return_type_index);
770770
}
771771

772772
static void EmitHandlerTypeParameter(MCHandlerTypeFieldMode mode, NameRef name, long type_index)

0 commit comments

Comments
 (0)