|
@@ -760,7 +760,8 @@ static int load_flat_file(struct linux_binprm * bprm,
|
|
|
}
|
|
|
|
|
|
/* Get the pointer's value. */
|
|
|
- addr = flat_get_addr_from_rp(rp, relval, flags, &persistent);
|
|
|
+ addr = flat_get_addr_from_rp(rp, relval, flags,
|
|
|
+ &persistent);
|
|
|
if (addr != 0) {
|
|
|
/*
|
|
|
* Do the relocation. PIC relocs in the data section are
|