mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 23:10:56 +08:00
interpret.cc (continue1): Use PUSHL, not PUSHI.
2002-02-10 Andreas Tobler <toa@pop.agri.ch> * interpret.cc (continue1) [insn_f2l]: Use PUSHL, not PUSHI. From-SVN: r49655
This commit is contained in:
parent
276ef573ed
commit
1347adff0d
@ -1,3 +1,7 @@
|
||||
2002-02-10 Andreas Tobler <toa@pop.agri.ch>
|
||||
|
||||
* interpret.cc (continue1) [insn_f2l]: Use PUSHL, not PUSHI.
|
||||
|
||||
2002-02-08 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* interpret.cc (convert): New function.
|
||||
|
@ -1562,7 +1562,7 @@ void _Jv_InterpMethod::continue1 (_Jv_InterpMethodInvocation *inv)
|
||||
{
|
||||
using namespace java::lang;
|
||||
jlong value = convert (POPF (), Long::MIN_VALUE, Long::MAX_VALUE);
|
||||
PUSHI(value);
|
||||
PUSHL(value);
|
||||
}
|
||||
NEXT_INSN;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user