index
:
ccomp-mar
master
C compiler for MAR
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test')
-rw-r--r--
test/t2.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t2.c b/test/t2.c
index 0f9432c..e7fa181 100644
--- a/
test/t2.c
+++ b/
test/t2.c
@@ -4,7 +4,7 @@ void holo_dec(int value) {
asm {
mov a, 3
mov b, @value
- hwi 9
+ hwi 9 // holo
}
}