summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-18 11:43:20 +0000
committerJohn van Groningen2013-07-18 11:43:20 +0000
commit792cbf14455bed16fdf4cd9de77c69f5d1692dd1 (patch)
treea35aefe83ba63064d2ac2401b8d9163cd03651cd
parentuse public only with one label, makes it possible to define public as a macro (diff)
use public only with one label, makes it possible to define public as a macro
-rw-r--r--astartup.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm
index 387f0de..12a0392 100644
--- a/astartup.asm
+++ b/astartup.asm
@@ -454,7 +454,8 @@ _DATA ends
public e__system__nind
public e__system__eaind
; old names of the previous two labels for compatibility, remove later
- public __indirection,__eaind
+ public __indirection
+ public __eaind
extrn e__system__dind:near
public eval_fill