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

Now that disassembly_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<milica.lazare...@syrmia.com>
Reviewed-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  disas/nanomips.cpp | 2546 ++++++++++++++++++++++----------------------
  disas/nanomips.h   |  642 +----------
  2 files changed, 1275 insertions(+), 1913 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to