mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02: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
49c2010b63
commit
bdcbe2cf3a
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue