MIPS: Properly initialize desc->origin in the MIPS assembler.
Port r17865 (5b2e594) BUG= R=plind44@gmail.com Review URL: https://codereview.chromium.org/76163003 Patch from Balazs Kilvady <kilvadyb@homejinni.com>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e744b82fae
commit
44f3f410f4
@ -326,6 +326,7 @@ void Assembler::GetCode(CodeDesc* desc) {
|
||||
desc->buffer_size = buffer_size_;
|
||||
desc->instr_size = pc_offset();
|
||||
desc->reloc_size = (buffer_ + buffer_size_) - reloc_info_writer.pos();
|
||||
desc->origin = this;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user