mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge remote-tracking branch 'origin/GT_3299_ghidorahrex_fix_negative_stackshift'
This commit is contained in:
commit
0914d476ef
@ -6,7 +6,7 @@
|
||||
</global>
|
||||
<stackpointer register="SP" space="RAM" growth="negative"/>
|
||||
<default_proto>
|
||||
<prototype name="__stdcall" extrapop="-2" stackshift="-2">
|
||||
<prototype name="__stdcall" extrapop="2" stackshift="2">
|
||||
<input>
|
||||
<pentry minsize="1" maxsize="1">
|
||||
<register name="A"/>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</global>
|
||||
<stackpointer register="SP" space="ram" growth="negative"/>
|
||||
<default_proto>
|
||||
<prototype name="__stdcall" extrapop="-2" stackshift="-2">
|
||||
<prototype name="__stdcall" extrapop="2" stackshift="2">
|
||||
<input>
|
||||
<pentry minsize="1" maxsize="1">
|
||||
<register name="A"/>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</global>
|
||||
<stackpointer register="sp" space="ram" growth="positive"/>
|
||||
<default_proto>
|
||||
<prototype name="__stdcall" extrapop="unknown" stackshift="4">
|
||||
<prototype name="__stdcall" extrapop="unknown" stackshift="-4">
|
||||
<input>
|
||||
<pentry minsize="1" maxsize="4">
|
||||
<register name="r12"/>
|
||||
|
Loading…
Reference in New Issue
Block a user