mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-02-05 14:17:46 +00:00
Debugger: minor clean-up: compiler warnings, unused variables etc (#840)
This commit is contained in:
@@ -197,7 +197,7 @@ Update_t CmdDisasmDataList (int nArgs)
|
||||
// Need to iterate through all blocks
|
||||
DisasmData_t* pData = NULL;
|
||||
|
||||
while( pData = Disassembly_Enumerate( pData ) )
|
||||
while( (pData = Disassembly_Enumerate( pData )) )
|
||||
{
|
||||
if (pData->iDirective != _NOP_REMOVED)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user