Merge remote-tracking branch 'origin/GP-5958_James_x86_thunk_di_fixup'

(Closes #8416)
This commit is contained in:
Ryan Kurtz
2025-08-29 13:20:37 -04:00
@@ -381,6 +381,17 @@
</pcode>
</callfixup>
<callfixup name="get_pc_thunk_di">
<target name="__i686.get_pc_thunk.di"/>
<target name="__x86.get_pc_thunk.di"/>
<pcode>
<body><![CDATA[
EDI = * ESP;
ESP = ESP + 4;
]]></body>
</pcode>
</callfixup>
<callfixup name="get_pc_thunk_si">
<target name="__i686.get_pc_thunk.si"/>
<target name="__x86.get_pc_thunk.si"/>