mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Merge remote-tracking branch 'origin/GT_3299_ghidorahrex_fix_negative_stackshift'
This commit is contained in:
commit
0914d476ef
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
</global>
|
</global>
|
||||||
<stackpointer register="SP" space="RAM" growth="negative"/>
|
<stackpointer register="SP" space="RAM" growth="negative"/>
|
||||||
<default_proto>
|
<default_proto>
|
||||||
<prototype name="__stdcall" extrapop="-2" stackshift="-2">
|
<prototype name="__stdcall" extrapop="2" stackshift="2">
|
||||||
<input>
|
<input>
|
||||||
<pentry minsize="1" maxsize="1">
|
<pentry minsize="1" maxsize="1">
|
||||||
<register name="A"/>
|
<register name="A"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
</global>
|
</global>
|
||||||
<stackpointer register="SP" space="ram" growth="negative"/>
|
<stackpointer register="SP" space="ram" growth="negative"/>
|
||||||
<default_proto>
|
<default_proto>
|
||||||
<prototype name="__stdcall" extrapop="-2" stackshift="-2">
|
<prototype name="__stdcall" extrapop="2" stackshift="2">
|
||||||
<input>
|
<input>
|
||||||
<pentry minsize="1" maxsize="1">
|
<pentry minsize="1" maxsize="1">
|
||||||
<register name="A"/>
|
<register name="A"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
</global>
|
</global>
|
||||||
<stackpointer register="sp" space="ram" growth="positive"/>
|
<stackpointer register="sp" space="ram" growth="positive"/>
|
||||||
<default_proto>
|
<default_proto>
|
||||||
<prototype name="__stdcall" extrapop="unknown" stackshift="4">
|
<prototype name="__stdcall" extrapop="unknown" stackshift="-4">
|
||||||
<input>
|
<input>
|
||||||
<pentry minsize="1" maxsize="4">
|
<pentry minsize="1" maxsize="4">
|
||||||
<register name="r12"/>
|
<register name="r12"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue