On 22 June 2018 at 17:24, Peter Maydell <[email protected]> wrote: > Possibly this has always been broken and wasn't a regression? > If so I guess we should apply your patch and then fix this > separately...
Yep, before your tb_lock changes on my system I can build --disable-tcg, but not --disable-tcg --enable-debug. After your tb_lock changes, both fail, and this patch fixes the --disable-tcg case again. So I think we could reasonably apply this (to fix the travis builds) and then look at the longer-standing "can't build --disable-tcg --enable-debug" issue separately. thanks -- PMM
