mirror of
https://github.com/FEX-Emu/vixl.git
synced 2024-11-23 22:50:29 +00:00
Add a default argument for the aarch32::PrintDisassembler
constructor.
Change-Id: If59c0fb16e4ea4ae72a7aeaa670ea8b54b218aca
This commit is contained in:
parent
81c76e6133
commit
6c0406d676
@ -2237,7 +2237,7 @@ DataTypeValue Dt_size_16_Decode(uint32_t value);
|
|||||||
|
|
||||||
class PrintDisassembler : public Disassembler {
|
class PrintDisassembler : public Disassembler {
|
||||||
public:
|
public:
|
||||||
PrintDisassembler(std::ostream& os, uint32_t pc) // NOLINT
|
explicit PrintDisassembler(std::ostream& os, uint32_t pc = 0) // NOLINT
|
||||||
: Disassembler(os, pc) {}
|
: Disassembler(os, pc) {}
|
||||||
|
|
||||||
void DecodeT32(uint32_t instruction);
|
void DecodeT32(uint32_t instruction);
|
||||||
|
Loading…
Reference in New Issue
Block a user