mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
ns32000dasm.h: Fix clang error: extra qualification on member 'displacement_string'
This commit is contained in:
parent
f150a69451
commit
a5dbadc2e5
@ -43,7 +43,7 @@ protected:
|
||||
};
|
||||
|
||||
s32 displacement(offs_t pc, data_buffer const &opcodes, unsigned &bytes);
|
||||
std::string ns32000_disassembler::displacement_string(offs_t pc, data_buffer const &opcodes, unsigned &bytes, std::string const zero = "");
|
||||
std::string displacement_string(offs_t pc, data_buffer const &opcodes, unsigned &bytes, std::string const zero = "");
|
||||
void decode(addr_mode *mode, offs_t pc, data_buffer const &opcodes, unsigned &bytes);
|
||||
std::string reglist(u8 imm);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user