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

2022-08-27 Thread Thomas Huth
On 15/08/2022 09.26, 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

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

2022-08-26 Thread Milica Lazarevic
; peter.mayd...@linaro.org ; Djordje Todorovic ; mips3...@gmail.com ; Dragan Mladjenovic ; Milica Lazarevic Subject: [PATCH 15/20] disas/nanomips: Replace exception handling Since there's no support for exception handling in C, the try-catch blocks have been deleted, and throw clause

[PATCH 15/20] disas/nanomips: Replace exception handling

2022-08-15 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