Commit f2f2efc5 authored by yangguo@chromium.org's avatar yangguo@chromium.org

bug fix since --prof did not work

BUG= --prof did not work
TEST=./d8 --prof <insert any test>

Review URL: http://codereview.chromium.org/7331036

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8595 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 1df86537
......@@ -968,8 +968,6 @@ void SourceGroup::WaitForThread() {
bool Shell::SetOptions(int argc, char* argv[]) {
Locker lock;
for (int i = 0; i < argc; i++) {
if (strcmp(argv[i], "--stress-opt") == 0) {
options.stress_opt = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment