On 22 June 2018 at 18:45, Emilio G. Cota <c...@braap.org> wrote: > Fix the --disable-tcg breakage introduced by tb_lock's removal by > relying on the fact that tcg_enabled() is set to 0 at > compile-time under --disable-tcg. > > While at it, add further asserts to fix builds that enable both > --disable-tcg and --enable-debug, which were broken even before > tb_lock's removal. > > Tested to build x86_64-softmmu and i386-softmmu targets. > > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Emilio G. Cota <c...@braap.org>
Applied to master as a fix for the travis builds; thanks. -- PMM