]> git.proxmox.com Git - qemu.git/commit
tcg: Remove unneeded assertion
authorStefan Weil <sw@weilnetz.de>
Sun, 30 Dec 2012 07:20:13 +0000 (08:20 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 2 Jan 2013 17:23:21 +0000 (11:23 -0600)
commit9a8a5ae69d3a436e51a7eb2edafe254572f60823
tree9b2cb4eaf934e4d097713ca3eb8bd2c52a97acc5
parent34daffa04886444dafd4a6951167225e824003d0
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>
tcg/tcg.c