Le 28/12/2017 à 19:08, Luke Shumaker a écrit : > From: Luke Shumaker <luke...@parabola.nu> > > Instead of defining a bogus validate_guest_space that always returns 1 on > targets other than 32-bit ARM, use #if blocks to only call it on 32-bit ARM > targets. This makes the "normal" flow control clearer. > > Signed-off-by: Luke Shumaker <luke...@parabola.nu> > --- > linux-user/elfload.c | 21 +++++++++------------ > 1 file changed, 9 insertions(+), 12 deletions(-)
With the change request by Peter (condition "!= 1"), applied to my 'linux-user-for-2.12' branch. Thanks, Laurent