Re: [Qemu-devel] [PATCH] tcg: Remove unneeded assertion

2013-01-02 Thread Anthony Liguori
Thanks, applied. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] tcg: Remove unneeded assertion

2012-12-31 Thread Richard Henderson
On 2012-12-29 23:20, Stefan Weil wrote: > Commit 7f6f0ae5b95adfa76e10eabe2c34424a955fd10c added two assertions. > > One of these assertions is not needed: > The pointer ts is never NULL because it is initialized with the > address of an array element. > > Signed-off-by: Stefan Weil Reviewed-by:

[Qemu-devel] [PATCH] tcg: Remove unneeded assertion

2012-12-29 Thread Stefan Weil
Commit 7f6f0ae5b95adfa76e10eabe2c34424a955fd10c added two assertions. One of these assertions is not needed: The pointer ts is never NULL because it is initialized with the address of an array element. Signed-off-by: Stefan Weil --- tcg/tcg.c |1 - 1 file changed, 1 deletion(-) diff --git