OSDN Git Service

Correct instruction width for move-wide/16.
authorAndy McFadden <fadden@android.com>
Mon, 8 Jun 2009 17:36:02 +0000 (10:36 -0700)
committerAndy McFadden <fadden@android.com>
Mon, 8 Jun 2009 17:36:02 +0000 (10:36 -0700)
commit445194bc141dc67e2f678aa1bbd5e59ca66254e5
tree6f32ee0031fd8b0dbb3b985e182a59c9abd68ef2
parent43c01df9b5a033e8de953d112940d1a8b76a0209
Correct instruction width for move-wide/16.

We were advancing the PC by 2 code units instead of 3, which made the VM
crash whenever the instruction was used.
vm/mterp/armv5te/OP_MOVE_WIDE_16.S
vm/mterp/out/InterpAsm-armv4t.S
vm/mterp/out/InterpAsm-armv5te-vfp.S
vm/mterp/out/InterpAsm-armv5te.S