1
0
Fork 0

should fix a crash

This commit is contained in:
Mr. eXoDia 2014-08-05 00:20:08 +02:00
parent 8a7f1c8fb5
commit 7a9f30fc76
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ void SettingsDialog::LoadSettings()
#ifndef _WIN64 #ifndef _WIN64
isx64=false; isx64=false;
#endif #endif
if(DbgFunctions()->GetJit)
{
DbgFunctions()->GetJit(jit_entry, isx64); DbgFunctions()->GetJit(jit_entry, isx64);
DbgFunctions()->GetDefJit(jit_def_entry); DbgFunctions()->GetDefJit(jit_def_entry);