[Webkit-unassigned] [Bug 123969] Build is broken for architectures with 4 argument registers since r158820

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 00:42:01 PST 2013


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





--- Comment #1 from Julien Brianceau <jbriance at cisco.com>  2013-11-07 00:40:48 PST ---
Created an attachment (id=216269)
 --> (https://bugs.webkit.org/attachment.cgi?id=216269&action=review)
Build fix

- add void setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) for architectures having NUMBER_OF_ARGUMENT_REGISTERS == 4 
- move function using GPRInfo::argumentGPR4 under #if NUMBER_OF_ARGUMENT_REGISTERS >= 5 condition

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