src/cpu/mips/vm/interp_masm_mips_64.cpp

changeset 4
87ed97bc0867
parent 1
2d8a650513c2
child 14
92759d406e78
     1.1 --- a/src/cpu/mips/vm/interp_masm_mips_64.cpp	Thu May 05 17:04:35 2016 -0400
     1.2 +++ b/src/cpu/mips/vm/interp_masm_mips_64.cpp	Sat May 07 07:38:03 2016 -0400
     1.3 @@ -1377,7 +1377,7 @@
     1.4  
     1.5    // If the mdp is valid, it will point to a DataLayout header which is
     1.6    // consistent with the bcp.  The converse is highly probable also.
     1.7 -  lwu(tmp, mdp, in_bytes(DataLayout::bci_offset()));
     1.8 +  lhu(tmp, mdp, in_bytes(DataLayout::bci_offset()));
     1.9    ld(AT, method, in_bytes(Method::const_offset()));
    1.10    daddu(tmp, tmp, AT);
    1.11    daddiu(tmp, tmp, in_bytes(ConstMethod::codes_offset()));

mercurial