qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] build errors on s390 tcg


From: Peter Maydell
Subject: Re: [Qemu-devel] build errors on s390 tcg
Date: Tue, 4 Oct 2011 13:44:25 +0100

On 4 October 2011 13:23, Alexander Graf <address@hidden> wrote:
> The problem is that tcg.c defines the functions with int arguments for TCG
> register indexes, while s390/tcg-target.c takes TCGReg parameters. I'm not
> sure which way is better, but using TCGReg feels more type safe to me.

You're not consistent, though; for example the s390 tcg_target_reg_alloc_order
array is declared as int[], not TCGReg[].

-- PMM



reply via email to

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