Added IDA Pro 6.1 SP1 changes (thanks to Arnaud from Hex-Rays)

This commit is contained in:
elias.bachaalany@gmail.com
2014-02-04 02:31:52 +00:00
parent 78c79f85b9
commit 866e631dc7
12 changed files with 94 additions and 31 deletions

View File

@@ -1022,9 +1022,8 @@ bool idaapi IDAPython_extlang_calcexpr(
begin_execution();
result = newref_t(PyRun_String(expr, Py_eval_input, globals, globals));
end_execution();
}
if ( ok && result != NULL )
ok = return_python_result(rv, result, errbuf, errbufsize);
}
return ok;
}