Fixed PR89.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 8 Jul 2008 09:17:33 +0000 (11:17 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 8 Jul 2008 09:17:33 +0000 (11:17 +0200)
* src/vm/jit/arm/asmpart.S (asm_vm_call_method_float)
(asm_vm_call_method_double): Call the real function and removed the
debugging functions.

--HG--
extra : transplant_source : %97%7DgQ%1F%9Cj%D1%F1%7BSs%C3%EBG%C6%D7%C48T

src/vm/jit/arm/asmpart.S

index 88dfc8f74d3a3c2e503018aba1ae986ed98c4034..d3f4b93fdddcc5802cb94e47dfe1b484b5dd327c 100644 (file)
@@ -78,8 +78,8 @@
 asm_vm_call_method:
 asm_vm_call_method_int:
 asm_vm_call_method_long:
-/* asm_vm_call_method_float:
-asm_vm_call_method_double: */
+asm_vm_call_method_float:
+asm_vm_call_method_double:
        SAVE_SCRATCH_REGISTERS            /* save our personal scratch regs   */
        stmfd sp!, {v1}                   /* V1 is used to remember SP        */
        str   a0, [sp, #-4]!              /* store methods entrypoint         */
@@ -134,13 +134,6 @@ asm_vm_call_method_exception_handler:
        ldmfd sp!, {v1}
        RESTORE_SCRATCH_REGS_AND_RETURN   /* return to caller, restore regs   */
 
-asm_vm_call_method_float:
-       mov a0,#0x51
-       b asm_debug
-asm_vm_call_method_double:
-       mov a0,#0x52
-       b asm_debug
-
 asm_vm_call_method_end: