Re: [Qemu-devel] [PATCH 7/8] tcg: Sanity check deposit inputs

2012-09-22 Thread Aurelien Jarno
On Fri, Sep 21, 2012 at 05:18:15PM -0700, Richard Henderson wrote: > Given these are constants, checking once here means everything > after can assume they're correct. > > Signed-off-by: Richard Henderson > --- > tcg/tcg-op.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/tcg/

[Qemu-devel] [PATCH 7/8] tcg: Sanity check deposit inputs

2012-09-21 Thread Richard Henderson
Given these are constants, checking once here means everything after can assume they're correct. Signed-off-by: Richard Henderson --- tcg/tcg-op.h | 8 1 file changed, 8 insertions(+) diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index d2fb283..ecb1ac3 100644 --- a/tcg/tcg-op.h +++ b/tcg/tc