mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3299: Corrected stackshift and extrapop in cspecs.
This commit is contained in:
parent
2aee17ba31
commit
5ea27f70e9
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
</global>
|
</global>
|
||||||
<stackpointer register="SP" space="INTMEM" growth="positive"/>
|
<stackpointer register="SP" space="INTMEM" growth="positive"/>
|
||||||
<default_proto>
|
<default_proto>
|
||||||
<prototype name="__stdcall" extrapop="2" stackshift="2" strategy="register">
|
<prototype name="__stdcall" extrapop="-2" stackshift="-2" strategy="register">
|
||||||
<input>
|
<input>
|
||||||
<pentry minsize="1" maxsize="1">
|
<pentry minsize="1" maxsize="1">
|
||||||
<register name="ACC"/>
|
<register name="ACC"/>
|
||||||
|
|
|
@ -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