GUI: removed optimization
This commit is contained in:
parent
022bceb8f7
commit
58fa9c7e2e
|
|
@ -1928,7 +1928,7 @@ QString Disassembly::getAddrText(dsint cur_addr, char label[MAX_LABEL_SIZE])
|
|||
*label_ = 0;
|
||||
if(label)
|
||||
strcpy_s(label, MAX_LABEL_SIZE, label_);
|
||||
return std::move(addrText);
|
||||
return addrText;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue