mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-16 08:09:41 +00:00
Initialize variable.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user