X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/llint/LowLevelInterpreter.cpp diff --git a/llint/LowLevelInterpreter.cpp b/llint/LowLevelInterpreter.cpp index 20f8a65..72bcddf 100644 --- a/llint/LowLevelInterpreter.cpp +++ b/llint/LowLevelInterpreter.cpp @@ -34,7 +34,6 @@ #include "LLIntCLoop.h" #include "LLIntSlowPaths.h" #include "JSCInlines.h" -#include "VMInspector.h" #include #include @@ -338,7 +337,7 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, CallFrame* startCFR = cfr.callFrame; #endif - // Initialize the incoming args for doCallToJavaScript: + // Initialize the incoming args for doVMEntryToJavaScript: t0.vp = executableAddress; t1.vm = vm; t2.protoCallFrame = protoCallFrame;