Changeset 36460 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Sep 15, 2008, 3:17:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r36418 r36460 784 784 int r0 = (++it)->u.operand; 785 785 int r1 = (++it)->u.operand; 786 int r2 = (++it)->u.operand; 786 787 int tempCount = (++it)->u.operand; 787 788 int argCount = (++it)->u.operand; 788 printf("[%4d] construct\t %s, %s, % d, %d\n", location, registerName(r0).c_str(), registerName(r1).c_str(), tempCount, argCount);789 printf("[%4d] construct\t %s, %s, %s, %d, %d\n", location, registerName(r0).c_str(), registerName(r1).c_str(), registerName(r2).c_str(), tempCount, argCount); 789 790 break; 790 791 }
Note:
See TracChangeset
for help on using the changeset viewer.