Status: New
Owner: ----
New issue 3011 by [email protected]: comma was forgotten on method
arguments pass for FreeBSD
http://code.google.com/p/v8/issues/detail?id=3011
In trying to compile Node.JS in FreeBSD got this problem, fixed adding the
comma for function arguments
--- src/platform-freebsd.orig 2013-11-17 18:31:19.962023518 -0200
+++ src/platform-freebsd.cc 2013-11-17 18:31:29.142023117 -0200
@@ -182,7 +182,7 @@
// There may be no filename in this line. Skip to next.
if (start_of_path == NULL) continue;
buffer[bytes_read] = 0;
- LOG(isolate SharedLibraryEvent(start_of_path, start, end));
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
}
close(fd);
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.