diff options
author | tomsmeding <tom.smeding@gmail.com> | 2018-01-24 23:02:07 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2018-01-24 23:02:07 +0100 |
commit | e61eacd9fc9b1c022678fb64803218d88fa2bdb1 (patch) | |
tree | e79a628a69db80ca330bf49c6b0a18ac5fd0de77 /test | |
parent | 1fc88ae00940e04ee76cbdf13a5df429faf72451 (diff) |
Diffstat (limited to 'test')
-rw-r--r-- | test/t2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ void holo_dec(int value) { asm { mov a, 3 mov b, @value - hwi 9 + hwi 9 // holo } } |