From b369a1989c4227a69dc551ac7226ee3965ffe593 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Fri, 14 Jul 2006 00:52:18 +0000 Subject: interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv. 2006-07-13 Bryce McKinlay * interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv. From-SVN: r115431 --- libjava/interpret.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libjava/interpret.cc') 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; -- cgit v1.2.1