diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-01-01 01:07:39 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-01-01 01:07:39 -0800 |
commit | 4f1ea224da009a6174db526eabb4ddb3fdac5558 (patch) | |
tree | 24a2a141a60c60749ef649005e70a39cf107f37b /rt/common.s | |
parent | fc13f8699b5f3702525fcf5a2692b1800763aa53 (diff) | |
download | mc-4f1ea224da009a6174db526eabb4ddb3fdac5558.tar.gz |
Get args[:][:] set up on plan 9.
Diffstat (limited to 'rt/common.s')
-rw-r--r-- | rt/common.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/common.s b/rt/common.s index 7eb2aeb..ee202b7 100644 --- a/rt/common.s +++ b/rt/common.s @@ -8,9 +8,9 @@ cstrlen: xorq %r9,%r9 jmp .lentest - .lenloop: +.lenloop: incq %r9 - .lentest: +.lentest: cmpb $0,(%r8,%r9) jne .lenloop ret |