Subject: Re: loadelf_32.c: code review request: was=>Re: ia64 unwind section: Loader implementation
To: None <cherry@sdf.lonestar.org>
From: Matt Thomas <matt@3am-software.com>
List: tech-kern
Date: 04/03/2006 10:24:23
On Apr 1, 2006, at 11:13 AM, Cherry G. Mathew wrote:

> +		     MD_LOADSEG(phdr[i]))

You should be passing &phdr[i] so that if MD_LOADSEG results in
a function call you are passing by reference.