Skip to content

Commit

Permalink
Corrected Error Message (lcompilers#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
faze-geek committed Feb 21, 2023
1 parent 975eb1f commit 4bf7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libasr/codegen/asr_to_wasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ class ASRToWASMVisitor : public ASR::BaseVisitor<ASRToWASMVisitor> {
ASRUtils::get_FunctionType(x)->m_deftype == ASR::deftypeType::Interface) {
if (ASRUtils::is_intrinsic_function2(&x)) {
diag.codegen_warning_label(
"WASM: C Intrinsic Functions not yet spported",
"WASM: C Intrinsic Functions not yet supported",
{x.base.base.loc}, std::string(x.m_name));
}
return true;
Expand Down

0 comments on commit 4bf7c4d

Please sign in to comment.