summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-10 18:40:20 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-10 18:40:20 +0100
commit7dd82c1674132e0c6ea9f81bed9b142f8d4fbd7e (patch)
treec53c988a40486f4758f34fa76e011d21894cdcab /cpu
parent7a2e8c69cb4a4407261f11dd36374273d1fc5a28 (diff)
parentcc00abd9e33a00d3c7acfe310bf8d6522e9a1888 (diff)
downloadSystDigit-Projet-7dd82c1674132e0c6ea9f81bed9b142f8d4fbd7e.tar.gz
SystDigit-Projet-7dd82c1674132e0c6ea9f81bed9b142f8d4fbd7e.zip
Merge branch 'emile'
Conflicts: asm/asmpars.mly
Diffstat (limited to 'cpu')
-rw-r--r--cpu/os.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/os.asm b/cpu/os.asm
index ff0fd60..1617d6b 100644
--- a/cpu/os.asm
+++ b/cpu/os.asm
@@ -225,9 +225,9 @@ error:
# For unit-tests
testlist:
- word unit_test_0 unit_test_1 unit_test_2 unit_test_3 0;
+ word unit_test_0 unit_test_1 unit_test_2 unit_test_3 0
teststr:
- word test0 test1 test2 test3 0;
+ word test0 test1 test2 test3 0
testbegin:
ascii "Runing CPU unit tests...\n"
testok: