1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Initialize variable.

This commit is contained in:
Bartosz Taudul 2020-03-27 23:58:49 +01:00
parent 058369bc7a
commit 86ca85f39d

View File

@ -97,7 +97,7 @@ bool SourceView::Disassemble( uint64_t symAddr, const Worker& worker )
auto code = worker.GetSymbolCode( symAddr, len );
if( !code ) return false;
csh handle;
cs_err rval;
cs_err rval = CS_ERR_ARCH;
switch( arch )
{
case CpuArchX86: