On 27 June 2014 12:31, Pavel Dovgaluk <pavel.dovga...@ispras.ru> wrote: > I forgot about one more issue. > When qemu stops execution on the breakpoint, the icount > is decreased to the number of instructions in the block. > But in this case the last instruction is not executed and > should not affect the counter.
Yes, indeed, that's the sort of edge case bug we should fix. -- PMM