Changeset 34372 in webkit for trunk/JavaScriptCore/VM/RegisterFileStack.cpp
- Timestamp:
- Jun 4, 2008, 10:36:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/RegisterFileStack.cpp
r33979 r34372 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 29 #include "config.h" 30 30 #include "RegisterFileStack.h" … … 70 70 } 71 71 72 // Slow case: This is a nested register file: pop this register file and 72 // Slow case: This is a nested register file: pop this register file and 73 73 // copy its globals to the previous register file. 74 74 RegisterFile* tmp = m_stack.last();
Note:
See TracChangeset
for help on using the changeset viewer.