Changeset 37441 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


Ignore:
Timestamp:
Oct 8, 2008, 10:30:22 PM (17 years ago)
Author:
[email protected]
Message:

2008-10-08 Cameron Zwarich <[email protected]>

Reviewed by Maciej Stachowiak.

Bug 21497: REGRESSION (r37433): Bytecode JSC tests are severely broken
<https://bugs.webkit.org/show_bug.cgi?id=21497>

Fix a typo in r37433 that causes the failure of a large number of JSC
tests with the bytecode interpreter enabled.

  • VM/Machine.cpp: (JSC::Machine::privateExecute):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.cpp

    r37433 r37441  
    33303330            VM_CHECK_EXCEPTION();
    33313331
    3332             newCallFrame[dst] = returnValue;
     3332            callFrame[dst] = returnValue;
    33333333
    33343334            if (*enabledProfilerReference)
Note: See TracChangeset for help on using the changeset viewer.