git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6260 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
erik.corry@gmail.com 2011-01-11 11:47:30 +00:00
parent ff8ed6b7b6
commit 544d941b09
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#define V8_V8UTILS_H_
#include "utils.h"
#include "platform.h" // For va_list on Solaris.
#include "platform.h" // For va_list on Solaris.
namespace v8 {
namespace internal {

View File

@ -78,7 +78,7 @@ void LInstruction::PrintTo(StringStream* stream) {
if (HasPointerMap()) {
stream->Add(" ");
//pointer_map()->PrintTo(stream);
// pointer_map()->PrintTo(stream);
}
}