qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 05/10] mips-linux-user: Fix n32 and n64 syscalls


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 05/10] mips-linux-user: Fix n32 and n64 syscalls
Date: Mon, 11 Feb 2013 08:07:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 2013-02-10 10:30, Richard Henderson wrote:
Signed-off-by: Richard Henderson<address@hidden>
---
  linux-user/main.c | 25 ++++++++++++++++++-------
  1 file changed, 18 insertions(+), 7 deletions(-)

n32/n64 have different argument registers from o32.

In addition, use abi_long properly instead of the
host unsigned int for errno detection.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]