interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.
2006-07-13 Bryce McKinlay <mckinlay@redhat.com> * interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv. From-SVN: r115431
This commit is contained in:
parent
11761b31da
commit
b369a1989c
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-13 Bryce McKinlay <mckinlay@redhat.com>
|
||||
|
||||
* interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.
|
||||
|
||||
2006-07-13 Bryce McKinlay <mckinlay@redhat.com>
|
||||
|
||||
* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
|
||||
|
|
|
@ -1847,7 +1847,6 @@ _Jv_InterpMethod::run (void *retp, ffi_raw *args, _Jv_InterpMethod *meth)
|
|||
|
||||
insn_fdiv:
|
||||
{
|
||||
SAVE_PC();
|
||||
jfloat value2 = POPF();
|
||||
jfloat value1 = POPF();
|
||||
jfloat res = value1 / value2;
|
||||
|
|
Loading…
Add table
Reference in a new issue