Re: [PATCH v2 16/20] disas/nanomips: Replace exception handling

2022-09-07 Thread Milica Lazarevic
On 9/5/22 10:55, Milica Lazarevic wrote: > Since there's no support for exception handling in C, the try-catch > blocks have been deleted, and throw clauses are replaced. When a runtime > error happens, we're printing out the error message. Disassembling of > the current instruction interrupts. Th

Re: [PATCH v2 16/20] disas/nanomips: Replace exception handling

2022-09-05 Thread Richard Henderson
On 9/5/22 10:55, Milica Lazarevic wrote: Since there's no support for exception handling in C, the try-catch blocks have been deleted, and throw clauses are replaced. When a runtime error happens, we're printing out the error message. Disassembling of the current instruction interrupts. This beha

[PATCH v2 16/20] disas/nanomips: Replace exception handling

2022-09-05 Thread Milica Lazarevic
Since there's no support for exception handling in C, the try-catch blocks have been deleted, and throw clauses are replaced. When a runtime error happens, we're printing out the error message. Disassembling of the current instruction interrupts. This behavior is achieved by adding sigsetjmp() to d