Merge remote-tracking branch 'origin/GT-2755_caheckman_PR-340_marpie_fixupForCFG'

This commit is contained in:
ghidravore 2019-04-16 14:51:45 -04:00
commit 075d4f2767
2 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,6 @@
.project||GHIDRA||||END|
Module.manifest||GHIDRA||||END|
build.gradle||GHIDRA||||END|
data/build.xml||GHIDRA||||END|
data/languages/adx.sinc||GHIDRA||||END|
data/languages/avx.sinc||GHIDRA||||END|
data/languages/avx2.sinc||GHIDRA||||END|

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>