mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fixed a bug that caused the description strings
for assembly instructions to occasionally come out empty. llvm-svn: 150445
This commit is contained in:
@@ -510,7 +510,8 @@ Disassembler::Disassemble
|
||||
Instruction::Instruction(const Address &address, AddressClass addr_class) :
|
||||
m_address (address),
|
||||
m_address_class (addr_class),
|
||||
m_opcode()
|
||||
m_opcode(),
|
||||
m_calculated_strings(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user