tci: Remove invalid assertions
commit77e217d1bf63c4d042c17f7d55b0816a7d386bf3
authorStefan Weil <sw@weilnetz.de>
Thu, 2 Feb 2017 19:56:01 +0000 (2 20:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2017 11:38:55 +0000 (3 11:38 +0000)
tree3340857e15ad9e0e09ea7e94a21e4cdf9b3bcac3
parent5b66d7ae89411c01657ebfe76b9a8be346a4b1be
tci: Remove invalid assertions

tb_jmp_insn_offset and tb_jmp_reset_offset are pointers
and cannot be used with ARRAY_SIZE.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20170202195601.11286-1-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tcg/tci/tcg-target.inc.c