summaryrefslogtreecommitdiff
path: root/qemu-error.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-05-03 18:09:45 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2012-05-08 11:15:18 -0500
commit17904bcfb760bdf6bd462e0396478893555d1edb (patch)
tree73c3b1b892a10ad55fe86bc0d2cc3f69c1f7fe8b /qemu-error.c
parent165ceac0950dcfdf7a2676d6189bbab3d67701f1 (diff)
downloadqemu-17904bcfb760bdf6bd462e0396478893555d1edb.tar.gz
tci: Fix wrong macro name for debug code
Code which is compiled with CONFIG_TCG_DEBUG (set by configure option --enable-debug-tcg) should not disable the assert macro by defining NDEBUG. With the wrong macro name CONFIG_TCG_DEBUG, all assertions in tci.c were completely useless because NDEBUG was always defined. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-error.c')
0 files changed, 0 insertions, 0 deletions