Browse Source

v8: unbreak freebsd build

reland de8c0a5

Fixes #7020 and #7021
v0.11.12-release
Ben Noordhuis 11 years ago
committed by Timothy J Fontaine
parent
commit
3421d29d63
  1. 2
      deps/v8/src/platform-freebsd.cc

2
deps/v8/src/platform-freebsd.cc

@ -182,7 +182,7 @@ void OS::LogSharedLibraryAddresses(Isolate* isolate) {
// There may be no filename in this line. Skip to next. // There may be no filename in this line. Skip to next.
if (start_of_path == NULL) continue; if (start_of_path == NULL) continue;
buffer[bytes_read] = 0; buffer[bytes_read] = 0;
LOG(isolate SharedLibraryEvent(start_of_path, start, end)); LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
} }
close(fd); close(fd);
} }

Loading…
Cancel
Save