qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/12] tcg-s390: Remove useless preprocessor con


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 03/12] tcg-s390: Remove useless preprocessor conditions
Date: Wed, 27 Mar 2013 17:54:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 2013-03-27 17:14, Aurelien Jarno wrote:
>+/* We only support generating code for 64-bit mode.  */
>+#if TCG_TARGET_REG_BITS != 64
>+#error "unsupported code generation mode"
>+#endif
>+
I don't know when the s390 support has been removed, but it has not been
removed from the configure script at that time. It looks better to me
doing so than adding the error message there.


Adjusting the configure script would be good (use the interpreter?),
but I think the error is good documentation.


r~



reply via email to

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