On 03/12/2014 08:02 AM, Peter Maydell wrote: > This is the wrong place to be diagnosing this. We should be (when > TCG debug is enabled) checking the condition when the tcg_gen_setcond > or tcg_set_brcond function is called, so that you get a useful backtrace > that points directly at the buggy frontend code. I suspect the other > two cases are similar.
Indeed. See the asserts in tcg_gen_deposit_i32 for example. r~