Changeset 153273 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Jul 24, 2013, 9:04:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r150630 r153273 547 547 $asm.putc " Instruction* pc = CAST<Instruction*>(#{operands[2].clValue(:voidPtr)});" 548 548 $asm.putc " SlowPathReturnType result = #{operands[0].cLabel}(exec, pc);" 549 $asm.putc " LLInt::decodeResult(result, t0.instruction, t1.execState);"549 $asm.putc " decodeResult(result, t0.instruction, t1.execState);" 550 550 $asm.putc "}" 551 551 end
Note:
See TracChangeset
for help on using the changeset viewer.