aboutsummaryrefslogtreecommitdiff
path: root/lib.s
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-06 19:51:28 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-06 19:51:28 +0800
commita366436782315f0bffb6b8642396d32a4bc90a2c (patch)
tree169b80539da5223bda27f63f785deb778e229911 /lib.s
parent3888c5a2a7c1d026cd2698d64a5a07ce4797219c (diff)
even more printf opt
Diffstat (limited to 'lib.s')
-rw-r--r--lib.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.s b/lib.s
index 72b138c..3efbd17 100644
--- a/lib.s
+++ b/lib.s
@@ -82,7 +82,8 @@ __L14:
bnez $10, __L13
__L15:
# len_5 = 4 - len_4
- subu $11, $2, 4
+ li $2, 4
+ subu $11, $2, $11
# goto __L17
j __L17
__L16: