mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Initialize variable.
This commit is contained in:
parent
058369bc7a
commit
86ca85f39d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user