Messages per Month
| Subject: | Re: JNI intBitsToFloat return error | |
|---|---|---|
| From: | phon...@mobileandembedded.org (phon...@mobileandembedded.org) | |
| Date: | Mar 27, 2007 9:34:48 am | |
| List: | net.java.dev.phoneme.advanced | |
Bob,
It looks like a calling convention mismatch problem. Can you set a breakpoint
in Float_intBitsToFloat() and disassemble the asm instructions for the part
where it returns a float. In gdb, you can do this using "x /10i $pc" once you
break at a breakpoint where the return statement is. Make sure to do this on a
CVM_DEBUG=true build.
Please post the disassemble instruction. Thanks.
Mark [Message sent by forum member 'mlam' (mlam)]





