should fix a crash
This commit is contained in:
parent
8a7f1c8fb5
commit
7a9f30fc76
|
@ -170,6 +170,8 @@ void SettingsDialog::LoadSettings()
|
|||
#ifndef _WIN64
|
||||
isx64=false;
|
||||
#endif
|
||||
if(DbgFunctions()->GetJit)
|
||||
{
|
||||
DbgFunctions()->GetJit(jit_entry, isx64);
|
||||
DbgFunctions()->GetDefJit(jit_def_entry);
|
||||
|
||||
|
|
Loading…
Reference in New Issue