1
0
Fork 0

fixed trace browser crash

This commit is contained in:
torusrxxx 2023-06-04 12:36:18 +08:00
parent ed0b5d3e3d
commit 3977f9640f
No known key found for this signature in database
GPG Key ID: A795C73A0F1CFADD
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ QString TraceBrowser::paintContent(QPainter* painter, dsint rowBase, int rowOffs
if(index >= mTraceFile->Length())
return "";
const Instruction_t & inst = mTraceFile->Instruction(index);
Instruction_t inst = mTraceFile->Instruction(index);
switch(static_cast<TableColumnIndex>(col))
{