ping Le lundi 31 décembre 2012 à 20:45 +0100, Laurent Vivier a écrit : > From: Laurent Vivier <laur...@vivier.eu> > > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > linux-user/strace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/strace.c b/linux-user/strace.c > index 6ec90e8..4e91a6e 100644 > --- a/linux-user/strace.c > +++ b/linux-user/strace.c > @@ -682,7 +682,7 @@ print_timeval(abi_ulong tv_addr, int last) > if (!tv) > return; > gemu_log("{" TARGET_ABI_FMT_ld "," TARGET_ABI_FMT_ld "}%s", > - tv->tv_sec, tv->tv_usec, get_comma(last)); > + tswapal(tv->tv_sec), tswapal(tv->tv_usec), get_comma(last)); > unlock_user(tv, tv_addr, 0); > } else > gemu_log("NULL%s", get_comma(last));
-- "Just play. Have fun. Enjoy the game." - Michael Jordan "Just play. Have fun. Enjoy the game." - Michael Jordan