Skip to content

Commit e6d69b5

Browse files
committed
Merge pull request #1712 from pguyot/w24/fix-trace-is_function-2-bis
Fix is_function2 code loader trace These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents ebcea11 + 8e246af commit e6d69b5

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
@@ -5442,7 +5442,7 @@ HOT_FUNC int scheduler_entry_point(GlobalContext *glb)
54425442
#endif
54435443

54445444
#ifdef IMPL_CODE_LOADER
5445-
TRACE("is_function/3\n");
5445+
TRACE("is_function2/3\n");
54465446
UNUSED(label)
54475447
UNUSED(arg1)
54485448
#endif

0 commit comments

Comments
 (0)