aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/t2.c2
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
}
}