diff options
author | Milica Lazarevic <milica.lazarevic@syrmia.com> | 2022-09-12 14:26:18 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-10-31 11:32:07 +0100 |
commit | 8d416f6b455d0c73667a2ffa9a0782aa07627d81 (patch) | |
tree | eb31f2438fbe0d247ecbffd708c0809c7e47820e /hw/pci-host/dino.c | |
parent | 655fc22f1bc7a16d9da6bd44c43e763bc27d0b8a (diff) | |
download | qemu-8d416f6b455d0c73667a2ffa9a0782aa07627d81.zip qemu-8d416f6b455d0c73667a2ffa9a0782aa07627d81.tar.gz qemu-8d416f6b455d0c73667a2ffa9a0782aa07627d81.tar.bz2 |
disas/nanomips: Remove disasm methods from class
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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220912122635.74032-8-milica.lazarevic@syrmia.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/pci-host/dino.c')
0 files changed, 0 insertions, 0 deletions