src/cpu/mips/vm/assembler_mips.inline.hpp

changeset 28
29b7198a76b9
parent 1
2d8a650513c2
child 6880
52ea28d233d2
equal deleted inserted replaced
27:d2b3aba483a7 28:29b7198a76b9
57 # endif 57 # endif
58 } 58 }
59 59
60 inline void Assembler::emit_long(int x) { 60 inline void Assembler::emit_long(int x) {
61 check_delay(); 61 check_delay();
62 AbstractAssembler::emit_long(x); 62 AbstractAssembler::emit_int32(x);
63 } 63 }
64 64
65 inline void Assembler::emit_data(int x, relocInfo::relocType rtype) { 65 inline void Assembler::emit_data(int x, relocInfo::relocType rtype) {
66 relocate(rtype); 66 relocate(rtype);
67 emit_long(x); 67 emit_long(x);

mercurial