mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Fix Ghidra import call type (#1093)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ class PdbFunctionExtractor:
|
||||
|
||||
_call_type_map = {
|
||||
"ThisCall": "__thiscall",
|
||||
"C Near": "__thiscall",
|
||||
"C Near": "default",
|
||||
"STD Near": "__stdcall",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user