Revision: 17865
Author: [email protected]
Date: Tue Nov 19 11:52:38 2013 UTC
Log: Properly initialize desc->origin in the ARM assembler.
[email protected]
Review URL: https://codereview.chromium.org/76073003
http://code.google.com/p/v8/source/detail?r=17865
Modified:
/branches/bleeding_edge/src/arm/assembler-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/assembler-arm.cc Fri Nov 15 12:24:10
2013 UTC
+++ /branches/bleeding_edge/src/arm/assembler-arm.cc Tue Nov 19 11:52:38
2013 UTC
@@ -545,6 +545,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.