Merge remote-tracking branch 'origin/GT_3299_ghidorahrex_fix_negative_stackshift'

This commit is contained in:
ghidorahrex 2020-02-05 09:38:41 -05:00
commit 0914d476ef
3 changed files with 3 additions and 3 deletions

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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"/>