On 2 June 2011 12:53, Juan Quintela wrote:
> - end_code = textpos + text_len;
>
> DBG_FLT("%s %s: TEXT=%x-%x DATA=%x-%x BSS=%x-%x\n",
> id ? "Lib" : "Load", bprm->filename,
> - (int) start_code, (int) end_code,
> + (int) start_code, (int) textpos + text_lon
Just unfold its definition in only use.
Signed-off-by: Juan Quintela
---
linux-user/flatload.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/linux-user/flatload.c b/linux-user/flatload.c
index 580bc21..8dad5df 100644
--- a/linux-user/flatload.c
+++ b/linux-user/fla