Revision: 17884
Author:   [email protected]
Date:     Tue Nov 19 15:58:10 2013 UTC
Log:      MIPS: Properly initialize desc->origin in the MIPS assembler.

Port r17865 (5b2e594)

BUG=
[email protected]

Review URL: https://codereview.chromium.org/76163003

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=17884

Modified:
 /branches/bleeding_edge/src/mips/assembler-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/assembler-mips.cc Tue Nov 5 20:48:35 2013 UTC +++ /branches/bleeding_edge/src/mips/assembler-mips.cc Tue Nov 19 15:58:10 2013 UTC
@@ -326,6 +326,7 @@
   desc->buffer_size = buffer_size_;
   desc->instr_size = pc_offset();
   desc->reloc_size = (buffer_ + buffer_size_) - reloc_info_writer.pos();
+  desc->origin = this;
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to