Index: src/arm/code-stubs-arm.cc |
=================================================================== |
--- src/arm/code-stubs-arm.cc (revision 6189) |
+++ src/arm/code-stubs-arm.cc (working copy) |
@@ -3016,7 +3016,7 @@ |
// through register r0. Use unsigned comparison to get negative |
// check for free. |
__ cmp(r1, r0); |
- __ b(cs, &slow); |
+ __ b(hs, &slow); |
Søren Thygesen Gjesse
2011/01/06 10:12:46
hs and cs are the same - I find hs more readable i
|
// Read the argument from the stack and return it. |
__ sub(r3, r0, r1); |