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