Fix uninit var in CmdMemoryLoad()
This commit is contained in:
parent
a70bd70665
commit
8d4cb8de35
1 changed files with 4 additions and 4 deletions
|
@ -4250,7 +4250,7 @@ Update_t CmdMemoryLoad (int nArgs)
|
|||
TCHAR sLoadSaveFilePath[ MAX_PATH ];
|
||||
_tcscpy( sLoadSaveFilePath, g_sCurrentDir ); // TODO: g_sDebugDir
|
||||
|
||||
WORD nAddressStart;
|
||||
WORD nAddressStart = 0;
|
||||
WORD nAddress2 = 0;
|
||||
WORD nAddressEnd = 0;
|
||||
int nAddressLen = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue