summaryrefslogtreecommitdiffstats
path: root/libacc/test
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-05-13 15:10:04 -0700
committerJack Palevich <jackpal@google.com>2009-05-13 15:10:04 -0700
commit546b2249eff4d95622c4bab0698ebf290c9ed836 (patch)
tree0a59545250985a335184c6af2e323f041d4a04a2 /libacc/test
parent2230513fc0ba455c6de39525dded4274dfb0146b (diff)
downloadsystem_core-546b2249eff4d95622c4bab0698ebf290c9ed836.zip
system_core-546b2249eff4d95622c4bab0698ebf290c9ed836.tar.gz
system_core-546b2249eff4d95622c4bab0698ebf290c9ed836.tar.bz2
Begin filling in ARM code generator.
We can now call functions that have no arguments (and return from them too!)
Diffstat (limited to 'libacc/test')
-rwxr-xr-xlibacc/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/libacc/test b/libacc/test
index be883a6..8bf33c8 100755
--- a/libacc/test
+++ b/libacc/test
@@ -1,3 +1,3 @@
#!/bin/sh
-g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
+g++ acc.cpp -g -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
tests/acc tests/simplest.c