OSDN Git Service

Neglected to rebuild template/out/* and mterp/out* in #4536
authorBill Buzbee <buzbee@google.com>
Thu, 18 Jun 2009 23:01:22 +0000 (16:01 -0700)
committerBill Buzbee <buzbee@google.com>
Thu, 18 Jun 2009 23:01:22 +0000 (16:01 -0700)
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
vm/mterp/out/InterpAsm-armv4t.S
vm/mterp/out/InterpAsm-armv5te-vfp.S
vm/mterp/out/InterpAsm-armv5te.S

index adafb48..c1b4733 100644 (file)
@@ -895,7 +895,7 @@ dvmCompiler_TEMPLATE_FLOAT_TO_INT_VFP:
      * Generic 32bit-to-32bit floating point unary operation.  Provide an
      * "instr" line that specifies an instruction that performs "s1 = op s0".
      *
-     * For: flot-to-int, int-to-float
+     * For: float-to-int, int-to-float
      *
      * On entry:
      *     r0 = target dalvik register address
@@ -941,7 +941,7 @@ dvmCompiler_TEMPLATE_INT_TO_FLOAT_VFP:
      * Generic 32bit-to-32bit floating point unary operation.  Provide an
      * "instr" line that specifies an instruction that performs "s1 = op s0".
      *
-     * For: flot-to-int, int-to-float
+     * For: float-to-int, int-to-float
      *
      * On entry:
      *     r0 = target dalvik register address
index 21fb884..5dba929 100644 (file)
@@ -201,12 +201,6 @@ unspecified registers or condition codes.
  */
 #include "../common/asm-constants.h"
 
-/*
- * Power of 2 width in bits of the hash table size.
- *   for ex: 9 -> 512, 10-> 1024, etc.
-#define JIT_PROF_TAB_WIDTH    12
-#define JIT_PROF_TAB_LSHIFT   (32 - JIT_PROF_TAB_WIDTH)
-#defnie JIT_PROF_TAB_THRESH_RESET 255
 
 /* File: armv5te/platform.S */
 /*
index 55a157d..7412f29 100644 (file)
@@ -201,12 +201,6 @@ unspecified registers or condition codes.
  */
 #include "../common/asm-constants.h"
 
-/*
- * Power of 2 width in bits of the hash table size.
- *   for ex: 9 -> 512, 10-> 1024, etc.
-#define JIT_PROF_TAB_WIDTH    12
-#define JIT_PROF_TAB_LSHIFT   (32 - JIT_PROF_TAB_WIDTH)
-#defnie JIT_PROF_TAB_THRESH_RESET 255
 
 /* File: armv5te/platform.S */
 /*
index 68ae10d..8264164 100644 (file)
@@ -201,12 +201,6 @@ unspecified registers or condition codes.
  */
 #include "../common/asm-constants.h"
 
-/*
- * Power of 2 width in bits of the hash table size.
- *   for ex: 9 -> 512, 10-> 1024, etc.
-#define JIT_PROF_TAB_WIDTH    12
-#define JIT_PROF_TAB_LSHIFT   (32 - JIT_PROF_TAB_WIDTH)
-#defnie JIT_PROF_TAB_THRESH_RESET 255
 
 /* File: armv5te/platform.S */
 /*