Revision: 14204
Author: [email protected]
Date: Wed Apr 10 02:35:11 2013
Log: Fix ARM build.
[email protected]
BUG=
Review URL: https://chromiumcodereview.appspot.com/13986003
http://code.google.com/p/v8/source/detail?r=14204
Modified:
/branches/bleeding_edge/src/arm/disasm-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/disasm-arm.cc Wed Apr 10 02:18:41 2013
+++ /branches/bleeding_edge/src/arm/disasm-arm.cc Wed Apr 10 02:35:11 2013
@@ -1561,8 +1561,9 @@
buffer[0] = '\0';
byte* prev_pc = pc;
pc += d.InstructionDecode(buffer, pc);
- PrintF(f, "%p %08x %s\n",
- prev_pc, *reinterpret_cast<int32_t*>(prev_pc), buffer.start());
+ v8::internal::PrintF(
+ f, "%p %08x %s\n",
+ prev_pc, *reinterpret_cast<int32_t*>(prev_pc), buffer.start());
}
}
--
--
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.