From f5dc9ad48db4d22e7d6f15e340063dc7cb14c1e1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Sep 2019 23:47:52 +0200 Subject: Implicit cast from str to ?&c_char, fix use of parameters (to use sys v registers) --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 415fac5..c309380 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,9 @@ if [ "$cpu_arch" = "x86_64" ]; then source_files="$source_files $(find "executor/x86_64" -name "*.c")" else echo "WARNING: There is no machine code implementation for your cpu architecture: $cpu_arch. An interpreter will be used instead" - source_files="$source_files $(find "executor/interpreter" -name "*.c")" + echo "TODO: Implement interpreter" + exit 2 + #source_files="$source_files $(find "executor/interpreter" -name "*.c")" fi if [ -z "$CC" ]; then -- cgit v1.2.3-70-g09d2