From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sat, 16 Feb 2008 03:03:06 -0500 Subject: [U-Boot-Users] [PATCH v2] Add call command on PPC In-Reply-To: <20080215084104.81BD624D11@gemini.denx.de> References: <20080215084104.81BD624D11@gemini.denx.de> Message-ID: <200802160303.06843.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 15 February 2008, Wolfgang Denk wrote: > > + return (*img)(r[0], r[1], r[2], r[3], r[4], r[5], r[6], r[7]); > > I see no difference between this call and what "go" does. well there's an obvious difference. go passes argc/argv[] as parameters where as this passes everything as parameters. as for whether you think it's needed at all, that's a different matter ;) -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20080216/4011dc80/attachment.pgp