mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08:00
Merge remote-tracking branch 'origin/GP-5958_James_x86_thunk_di_fixup'
(Closes #8416)
This commit is contained in:
@@ -381,6 +381,17 @@
|
|||||||
</pcode>
|
</pcode>
|
||||||
</callfixup>
|
</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">
|
<callfixup name="get_pc_thunk_si">
|
||||||
<target name="__i686.get_pc_thunk.si"/>
|
<target name="__i686.get_pc_thunk.si"/>
|
||||||
<target name="__x86.get_pc_thunk.si"/>
|
<target name="__x86.get_pc_thunk.si"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user