diff options
author | John van Groningen | 2013-07-18 11:43:20 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-18 11:43:20 +0000 |
commit | 792cbf14455bed16fdf4cd9de77c69f5d1692dd1 (patch) | |
tree | a35aefe83ba63064d2ac2401b8d9163cd03651cd | |
parent | use 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.asm | 3 |
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 |