Skip to content

Commit 8e246af

Browse files
committed
Fix is_function2 code loader trace
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 425e02a commit 8e246af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libAtomVM/opcodesswitch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5445,7 +5445,7 @@ HOT_FUNC int scheduler_entry_point(GlobalContext *glb)
54455445
#endif
54465446

54475447
#ifdef IMPL_CODE_LOADER
5448-
TRACE("is_function/3\n");
5448+
TRACE("is_function2/3\n");
54495449
UNUSED(label)
54505450
UNUSED(arg1)
54515451
#endif

0 commit comments

Comments
 (0)