mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Initialize all members
This commit is contained in:
parent
85f84aac83
commit
e968479be1
@ -3,9 +3,10 @@
|
|||||||
// This class is not used, created by pancake a long time ago.
|
// This class is not used, created by pancake a long time ago.
|
||||||
// Kept here just because
|
// Kept here just because
|
||||||
|
|
||||||
QRDisasm::QRDisasm(QRCore *core)
|
QRDisasm::QRDisasm(QRCore *core) :
|
||||||
|
core(core),
|
||||||
|
db(nullptr)
|
||||||
{
|
{
|
||||||
this->core = core;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool QRDisasm::disassembleAt(ut64 addr, QRDisasmOption opt, QRDisasmRow &dr)
|
bool QRDisasm::disassembleAt(ut64 addr, QRDisasmOption opt, QRDisasmRow &dr)
|
||||||
|
Loading…
Reference in New Issue
Block a user