On 3 May 2012 17:09, Stefan Weil <s...@weilnetz.de> wrote: > 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. > > Signed-off-by: Stefan Weil <s...@weilnetz.de>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> This now matches the equivalent check in tcg/tcg.c. -- PMM