From 269ae9606d93a39ffa4b078db0a833d1cb457e03 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 11 Jun 2000 16:49:00 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@54 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/runtime/leasp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/runtime/leasp.s b/libsrc/runtime/leasp.s index bd3f3ff19..5ec86d3ef 100644 --- a/libsrc/runtime/leasp.s +++ b/libsrc/runtime/leasp.s @@ -4,7 +4,7 @@ ; CC65 runtime: Load effective address with offset in Y relative to SP ; - .export leaasp, pleaysp + .export leaasp, pleaasp .import pushax .importzp sp -- 2.39.2