]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - llint/LowLevelInterpreter.cpp
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / llint / LowLevelInterpreter.cpp
index 20f8a6547f754e20982fec301a1add5a15e22cda..72bcddf57e06f0c839526669e855bc186792bb45 100644 (file)
@@ -34,7 +34,6 @@
 #include "LLIntCLoop.h"
 #include "LLIntSlowPaths.h"
 #include "JSCInlines.h"
-#include "VMInspector.h"
 #include <wtf/Assertions.h>
 #include <wtf/MathExtras.h>
 
@@ -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;