summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rwxr-xr-xcompiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler b/compiler
index 0655a11..6500032 100755
--- a/compiler
+++ b/compiler
@@ -8,7 +8,7 @@ python __init__.py < ${TESTDIR}/$1.t > ${TESTDIR}/$1.S
pushd emu >/dev/null
make
./riscas ${TESTDIR}/$1.S ${TESTDIR}/$1.bin
-./risci -d ${TESTDIR}/$1.bin
+./risci ${TESTDIR}/$1.bin
ret=$?
popd >/dev/null