From 2d2628df0001d2b643811dc69717c4afe70c4e31 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 11 Aug 2019 17:22:20 +1200 Subject: Fix and add tests for NULL deref cases found by scan-build --- test/full-pipeline/005-small-loop.asm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/full-pipeline/005-small-loop.asm (limited to 'test/full-pipeline/005-small-loop.asm') diff --git a/test/full-pipeline/005-small-loop.asm b/test/full-pipeline/005-small-loop.asm deleted file mode 100644 index 5c47e51..0000000 --- a/test/full-pipeline/005-small-loop.asm +++ /dev/null @@ -1,7 +0,0 @@ -ldi $1, 2 -ldi $2, 20 -ldi $3, 0 -loop: - add $3, $3, $1 - subi $2, $2, 1 - bnz loop -- cgit v1.1