On 12/20/2013 08:19 AM, Peter Maydell wrote: > Is it worth pulling the assignment > label_continue = gen_new_label(); > out of the if() to protect against possible less smart compilers?
Sure. Or even initializing to -1. r~
On 12/20/2013 08:19 AM, Peter Maydell wrote: > Is it worth pulling the assignment > label_continue = gen_new_label(); > out of the if() to protect against possible less smart compilers?
Sure. Or even initializing to -1. r~