Home
last modified time | relevance | path

Searched hist:"7 f6f0ae5b95adfa76e10eabe2c34424a955fd10c" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c9a8a5ae69d3a436e51a7eb2edafe254572f60823 Sun Dec 30 07:20:13 UTC 2012 Stefan Weil <sw@weilnetz.de> tcg: Remove unneeded assertion

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
7f6f0ae5b95adfa76e10eabe2c34424a955fd10c Sat Sep 17 20:00:30 UTC 2011 Stefan Weil <weil@mail.berlios.de> tcg: Add some assertions

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>