Skip to content

Commit

Permalink
spelling: internals
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 28, 2016
1 parent f6831ce commit a1cc5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Runtime/Library/WebAssemblyModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ WebAssemblyModule::ValidateModule(
{
CONFIG_FLAG(MaxAsmJsInterpreterRunCount) = 0;
AsmJsScriptFunction * funcObj = scriptContext->GetLibrary()->CreateAsmJsScriptFunction(body);
FunctionEntryPointInfo * entypointInfo = (FunctionEntryPointInfo*)funcObj->GetEntryPointInfo();
entypointInfo->SetIsAsmJSFunction(true);
FunctionEntryPointInfo * entrypointInfo = (FunctionEntryPointInfo*)funcObj->GetEntryPointInfo();
entrypointInfo->SetIsAsmJSFunction(true);
GenerateFunction(scriptContext->GetNativeCodeGenerator(), body, funcObj);
}
#endif
Expand Down

0 comments on commit a1cc5d8

Please sign in to comment.