mirror of
https://github.com/cemu-project/idapython.git
synced 2026-01-31 01:15:17 +01:00
Added IDA Pro 6.1 SP1 changes (thanks to Arnaud from Hex-Rays)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user