On 9/5/22 10:55, Milica Lazarevic wrote:
NMD class methods with the conditional_function type like
NMD::ADDIU_32__cond, NMD::ADDIU_RS5__cond, etc. are removed from the NMD
class. They're now declared global static functions. Therefore, typedef
of the function pointer, conditional_function is defined outside of the
class.

Now that conditional_function type functions are not part of the NMD
class we can't access them using the this pointer. Thus, the use of
the this pointer has been deleted.

Signed-off-by: Milica Lazarevic<[email protected]>
Reviewed-by: Philippe Mathieu-Daudé<[email protected]>
---
  disas/nanomips.cpp | 42 +++++++++++++++++++++---------------------
  disas/nanomips.h   | 14 ++------------
  2 files changed, 23 insertions(+), 33 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to