| commit | 2275f9c682f9ea72d882555e5bad6d45809bf83e | [log] [tgz] |
|---|---|---|
| author | Ben Cheng <bccheng@google.com> | Fri Sep 11 15:34:19 2009 -0700 |
| committer | Ben Cheng <bccheng@google.com> | Fri Sep 11 15:34:19 2009 -0700 |
| tree | 462cf197a20fc2a7c08497e7bbac21627697bdc3 | |
| parent | 42bafcddb50a64ed619a0963a3f647591feee232 [diff] [blame] |
Correct a typo in THUMB opcode name.
diff --git a/vm/compiler/codegen/arm/ThumbUtil.c b/vm/compiler/codegen/arm/ThumbUtil.c index ccc75cb..1794638 100644 --- a/vm/compiler/codegen/arm/ThumbUtil.c +++ b/vm/compiler/codegen/arm/ThumbUtil.c
@@ -579,7 +579,7 @@ opCode = THUMB_LSL_RR; break; case OP_LSR: - opCode = THUMB_LSR_RRR; + opCode = THUMB_LSR_RR; break; case OP_ASR: opCode = THUMB_ASR_RR;