Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
v8: unbreak freebsd build
Browse files Browse the repository at this point in the history
reland de8c0a5

Fixes #7020 and #7021
  • Loading branch information
bnoordhuis authored and tjfontaine committed Feb 16, 2014
1 parent 940abd0 commit 3421d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/src/platform-freebsd.cc
Expand Up @@ -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);
} }
Expand Down

0 comments on commit 3421d29

Please sign in to comment.