From 45b4a5dfe37861e4c5788410f5a443dd6f5b6ff5 Mon Sep 17 00:00:00 2001 From: zbyti Date: Fri, 30 Oct 2020 16:08:29 +0100 Subject: [PATCH] A8 fixed code --- examples/a8/montecarlo_pi_benchmark.mfk | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/a8/montecarlo_pi_benchmark.mfk b/examples/a8/montecarlo_pi_benchmark.mfk index 846ed70e..2d85b1ff 100644 --- a/examples/a8/montecarlo_pi_benchmark.mfk +++ b/examples/a8/montecarlo_pi_benchmark.mfk @@ -31,7 +31,6 @@ void printScore(word val) { } void main() { - array(bool) flags[size] align(1024) word i@$e0, bingo@$e2 word x@$e4, y@$e6, p@$e8, t@$ea byte n@$82