diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-23 02:17:51 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-25 22:24:01 -0700 |
commit | 56911f27376b0fe91a464e369bb8aa1531b3c7dc (patch) | |
tree | b525a8f527917355b758a1812692fd4a84578f7f /src/test/ao_int64_test.c | |
parent | cb844328322fd7d9f4dafb58b322257a70b347e6 (diff) |
altos: Make TeleMini v2.0 fit
Mash lots of storage locations and code around to shrink stuff down to size
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/ao_int64_test.c')
-rw-r--r-- | src/test/ao_int64_test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ao_int64_test.c b/src/test/ao_int64_test.c index c26a63b0..8557a1c7 100644 --- a/src/test/ao_int64_test.c +++ b/src/test/ao_int64_test.c @@ -15,6 +15,11 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define __data +#define __pdata +#define __xdata +#define __reentrant + #include <ao_int64.h> #include <ao_int64.c> #include <stdio.h> |