mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 23:55:46 +00:00
Fix typo cutting off some of DXIL disassembly
This commit is contained in:
@@ -906,7 +906,7 @@ void Program::MakeDXCDisassemblyString()
|
||||
|
||||
m_Disassembly += DisassembleComDats(instructionLine);
|
||||
m_Disassembly += DisassembleTypes(instructionLine);
|
||||
m_Disassembly = DisassembleGlobalVars(instructionLine);
|
||||
m_Disassembly += DisassembleGlobalVars(instructionLine);
|
||||
|
||||
for(size_t i = 0; i < m_Functions.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user