summaryrefslogtreecommitdiffstats
path: root/libjava/interpret.cc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-11 23:24:28 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-11 23:24:28 +0000
commit938bb574057321df08019edf2e9551620c20bbc4 (patch)
tree9ced273cb24e537c8ceb95288d25bf8496c274af /libjava/interpret.cc
parent7b2ca7dca509b0224ef343e8947f57a3a2af62d3 (diff)
downloadppe42-gcc-938bb574057321df08019edf2e9551620c20bbc4.tar.gz
ppe42-gcc-938bb574057321df08019edf2e9551620c20bbc4.zip
* interpret.cc (continue1): Use STOREA, not STOREI, to implement
astore instruction. From Hans Boehm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r--libjava/interpret.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc
index c8870c334f3..6cde68d981d 100644
--- a/libjava/interpret.cc
+++ b/libjava/interpret.cc
@@ -1080,7 +1080,7 @@ void _Jv_InterpMethod::continue1 (_Jv_InterpMethodInvocation *inv)
NEXT_INSN;
insn_astore:
- STOREI (get1u (pc++));
+ STOREA (get1u (pc++));
NEXT_INSN;
insn_istore_0:
OpenPOWER on IntegriCloud