Re: [Qemu-devel] [PATCH v2 3/7] exec: Rename USUFFIX to LSUFFIX

2013-08-30 Thread Aurelien Jarno
On Thu, Aug 29, 2013 at 03:05:57PM -0700, Richard Henderson wrote: > In a following patch, there will be confusion between multiple "unsigned" > suffixes; rename this one so as to imply "load". > > Signed-off-by: Richard Henderson > --- > include/exec/softmmu_template.h | 12 ++-- > 1 fi

[Qemu-devel] [PATCH v2 3/7] exec: Rename USUFFIX to LSUFFIX

2013-08-29 Thread Richard Henderson
In a following patch, there will be confusion between multiple "unsigned" suffixes; rename this one so as to imply "load". Signed-off-by: Richard Henderson --- include/exec/softmmu_template.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/exec/softmmu_te