YenFuChen

Results 23 comments of YenFuChen

> When instruction fetch fault occurs at address "0x4", the PC is updated to "0x800000b0" but the next instruction is still from address "0x4" and I think it should be...

> Shall I modify the value to create the execution flow? In other words, modify the PC in the exception handler is not enough to create the execution flow? Yes,...

Actually, my idea is modified `block->pc_end` to `0x800000b0`, but we cannot pass block to the exception handler. This issue is difficult because the exception is occured during translation. However, I...