mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-26 01:29:55 +00:00
use disassembler traits
This commit is contained in:
parent
606747cba3
commit
348b97669b
@ -7,8 +7,8 @@
|
||||
|
||||
static constexpr const int equ_type = (ST_EQU << 4) | S_ABS;
|
||||
|
||||
zrdz_disassembler::zrdz_disassembler(std::vector<section> &§ions, std::vector<symbol> &&symbols) :
|
||||
_symbols(std::move(symbols))
|
||||
zrdz_disassembler::zrdz_disassembler(std::vector<section> &§ions, std::vector<symbol> &&symbols) :
|
||||
disassembler(wdc), _symbols(std::move(symbols))
|
||||
{
|
||||
|
||||
// do not sort _symbols ... order matters for lookup by entry number.
|
||||
|
Loading…
Reference in New Issue
Block a user