Posts: 20
Threads: 5
Joined: Apr 2013
Reputation:
0
so, I checked into it a little bit and I see that when the interpreter is executing a syscall it tries to get the current thread, but when I do it with the step button it get the thread of the disassembler and it sees that its not a ppu thread so it throws the exception.
if there is a better way to get the current ppu thread it should be used
Posts: 20
Threads: 5
Joined: Apr 2013
Reputation:
0
well that's because the syscalls start from 1 and not from 0
what did you try to run? is it one of the elfs from the repository or did you compile something yourself?
Posts: 9
Threads: 4
Joined: Jun 2012
Reputation:
3
thanks, this issue will be fixed in next revision