fix sys.push() signature for c64

This commit is contained in:
Irmen de Jong 2021-11-27 20:18:41 +01:00
parent 64a411628d
commit 8b4ac7801f

View File

@ -632,7 +632,7 @@ _longcopy
}}
}
inline asmsub push(ubyte @A) {
inline asmsub push(ubyte value @A) {
%asm {{
pha
}}
@ -644,7 +644,7 @@ _longcopy
}}
}
inline asmsub pushw(uword @AY) {
inline asmsub pushw(uword value @AY) {
%asm {{
pha
tya