aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-01-24 23:02:07 +0100
committertomsmeding <tom.smeding@gmail.com>2018-01-24 23:02:07 +0100
commite61eacd9fc9b1c022678fb64803218d88fa2bdb1 (patch)
treee79a628a69db80ca330bf49c6b0a18ac5fd0de77
parent1fc88ae00940e04ee76cbdf13a5df429faf72451 (diff)
Add hwi comment in test/t2.cHEADmaster
-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
}
}