diff options
Diffstat (limited to 'ao-tools/ao-stmload/ao-stmload.h')
-rw-r--r-- | ao-tools/ao-stmload/ao-stmload.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.h b/ao-tools/ao-stmload/ao-stmload.h index 2618b7f3..754c1c5b 100644 --- a/ao-tools/ao-stmload/ao-stmload.h +++ b/ao-tools/ao-stmload/ao-stmload.h @@ -25,6 +25,8 @@ struct sym { int required; }; +#define AO_BOOT_APPLICATION_BASE 0x08001000 + extern struct sym ao_symbols[]; extern int ao_num_symbols; |