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:
Markus Piéton 2019-04-04 20:42:50 +02:00 committed by ghidravore
parent b8e52153c3
commit 9f22dccb9a

View File

@ -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>