From: cuz Date: Fri, 14 Jun 2002 13:13:27 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~2319 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a1fa833da326ba76fb83c2343cdeecf276e959eb;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@1304 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/runtime/zeropage.s b/libsrc/runtime/zeropage.s index 941655662..8f3dbf234 100644 --- a/libsrc/runtime/zeropage.s +++ b/libsrc/runtime/zeropage.s @@ -16,7 +16,7 @@ zpstart = * sp: .res 2 ; Stack pointer sreg: .res 2 ; Secondary register/high 16 bit for longs -regsave: .res 2 ; slot to save/restore (E)AX into +regsave: .res 4 ; slot to save/restore (E)AX into ptr1: .res 2 ptr2: .res 2 ptr3: .res 2