summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r--libjava/interpret.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc
index b9abb01a873..68f798da54c 100644
--- a/libjava/interpret.cc
+++ b/libjava/interpret.cc
@@ -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;