Jit: fix for string/indexOf handler.
diff --git a/vm/compiler/template/out/CompilerTemplateAsm-armv5te.S b/vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
index 11689f2..f452787 100644
--- a/vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
+++ b/vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
@@ -1010,7 +1010,7 @@
       *   r3, r4, r9, r10, r11, r12 available for loading string data
       */
 
-    sub   r8, #4
+    subs  r8, #4
     blt   indexof_remainder
 
 indexof_loop4: