GT-3299: Corrected stackshift and extrapop in cspecs.

This commit is contained in:
ghidorahrex 2020-01-27 14:51:54 -05:00
parent 2aee17ba31
commit 5ea27f70e9
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
</global>
<stackpointer register="SP" space="INTMEM" growth="positive"/>
<default_proto>
<prototype name="__stdcall" extrapop="2" stackshift="2" strategy="register">
<prototype name="__stdcall" extrapop="-2" stackshift="-2" strategy="register">
<input>
<pentry minsize="1" maxsize="1">
<register name="ACC"/>

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