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

Commit 58cabd5

Browse files
committed
Revert "[[ Emscripten ]] Fix unresolved foreign handlers in certain modules"
This reverts commit 14dbe69.
1 parent b24044d commit 58cabd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/lc-compile/src/emit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static uindex_t s_emitted_builtin_count = 0;
357357

358358
static MCStringRef EmittedBuiltinAdd(NameRef p_symbol_name, uindex_t p_type_index)
359359
{
360-
if (!(OutputFileAsC || OutputFileAsAuxC))
360+
if (!OutputFileAsC || OutputFileAsAuxC)
361361
{
362362
return MCNameGetString(to_mcnameref(p_symbol_name));
363363
}

0 commit comments

Comments
 (0)