Re: [Qemu-devel] [PATCH 0/2] tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64

2011-06-03 Thread Aurelien Jarno
On Fri, May 27, 2011 at 01:12:11PM +0100, Peter Maydell wrote: > This patch series enhances the type checking of TCG values done when > compiling with debugging enabled, so that it can detect confusion of > TCGv_ptr values with whichever of TCGv_i32 and TCGv_i64 corresponds to > the pointer-width t

[Qemu-devel] [PATCH 0/2] tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64

2011-05-27 Thread Peter Maydell
This patch series enhances the type checking of TCG values done when compiling with debugging enabled, so that it can detect confusion of TCGv_ptr values with whichever of TCGv_i32 and TCGv_i64 corresponds to the pointer-width type on the compile host. This means that such errors will always be com