Reserve space on stack

This commit is contained in:
Olof Astrand
2020-07-14 12:45:39 +02:00
parent f471375e24
commit 4c65ae60c5

View File

@@ -164,7 +164,7 @@ macro popVal(val32) {
#a5=s5;
#a6=s6;
#a7=s7;
#a1 = a1 + WindowBase;
a1 = a1 + WindowBase;
return [a0];
}
@@ -176,7 +176,7 @@ macro popVal(val32) {
a13=a5;
a14=a6;
a15=a7;
#a1 = a1 + WindowBase;
a1 = a1 + WindowBase;
return [a0];
}