git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2008-12-02 Geoffrey Garen <ggaren@apple.com>
[WebKit-https.git]
/
JavaScriptCore
/
interpreter
/
Interpreter.cpp
diff --git
a/JavaScriptCore/interpreter/Interpreter.cpp
b/JavaScriptCore/interpreter/Interpreter.cpp
index
dccb30f
..
1def792
100644
(file)
--- a/
JavaScriptCore/interpreter/Interpreter.cpp
+++ b/
JavaScriptCore/interpreter/Interpreter.cpp
@@
-1873,7
+1873,6
@@
JSValue* Interpreter::privateExecute(ExecutionFlag flag, RegisterFile* registerF
callFrame[dst] = result;
}
- ++vPC;
NEXT_INSTRUCTION();
}
DEFINE_OPCODE(op_add) {