mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Callfixup for _guard_dispatch_icall on x86-64-win
Change goto to call As pointed out by @caheckman [here](https://github.com/NationalSecurityAgency/ghidra/pull/340#issuecomment-482248465) the `goto` should be a `call`.
This commit is contained in:
parent
b8e52153c3
commit
9f22dccb9a
@ -147,4 +147,12 @@
|
||||
<range space="stack" first="8" last="39"/>
|
||||
</localrange>
|
||||
</prototype>
|
||||
<callfixup name="guard_dispatch_icall">
|
||||
<target name="_guard_dispatch_icall"/>
|
||||
<pcode>
|
||||
<body><![CDATA[
|
||||
call [RAX];
|
||||
]]></body>
|
||||
</pcode>
|
||||
</callfixup>
|
||||
</compiler_spec>
|
||||
|
Loading…
Reference in New Issue
Block a user