Get instruction opcode + operands for page fault

2018-02-02 Thread Josef Stark
Hi all, when a page fault occurs, does the Instruction Register contain the actual instruction that caused the fault or the previous instruction? In the former case, how can I access it? I need the opcode + the operands (like source/target registers). I already have the memory address that th

Re: MIPS Creator CI20 patches (again)

2018-02-02 Thread Paul Boddie
On Wednesday 10. January 2018 00.48.03 Adam Lackorzynski wrote: > > Adding the .global to the asm block makes thread2 a global symbol which > I'd like not to have here (contrary to L4UTIL_THREAD_FUNC). Just doing > "static void thread2()" gives warnings because there is no > implementation. Looks