[Webkit-unassigned] [Bug 101328] MIPS DFG implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 14:16:03 PST 2012


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





--- Comment #8 from Chao-ying Fu <fu at mips.com>  2012-11-09 14:17:40 PST ---
 184    static const FPRReg argumentFPR0 = MIPSRegisters::f12;
 185    static const FPRReg argumentFPR1 = MIPSRegisters::f14;
 186    static const FPRReg argumentFPR2 = MIPSRegisters::f10; <----
 187    static const FPRReg argumentFPR3 = MIPSRegisters::f18;

I think at line 186 it should be MIPSRegisters::f16.
Are argumentFPR2 and argumentFPR3 used anywhere?
Thanks a lot!

-- 
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