Hi Leonid, On Thu, Oct 09, 2014 at 01:00:17PM -0700, Leonid Yegoshin wrote: > Signal happend during run in emulation block is handled properly - EPC is > changed to before an emulated jump or to target address, depending from point of > signal. Great! > Small stack of emulation blocks is supported because nested traps are possible > in MIPS32/64 R6 emulation mix with FPU emulation. Could you please clarify how this nesting of emulation blocks could happen now that signals are handled more cleanly. I.e. isn't the emuframe stuff only required for instructions in branch delay slots, and branches shouldn't be in branch delay slots anyway, so I don't get how they could nest. Thanks James