[Webkit-unassigned] [Bug 98856] Add moveDoubleToInts and moveIntsToDouble to MacroAssemblerMIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 07:04:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98856





--- Comment #6 from Peter Gal <galpeter at inf.u-szeged.hu>  2012-10-10 07:04:59 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=167989&action=review

>> Source/JavaScriptCore/assembler/MIPSAssembler.h:376
>> +        emitInst(0x80000000 | (rt << OP_SH_RT) | (rs << OP_SH_RS)
>> +                 | (offset & 0xffff));
> 
> Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]

Why break these lines at all?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list