Closed GoogleCodeExporter closed 9 years ago
Oops. *blush*. Can you remove the following lines from the bottom of
src/base/atomicops-internals-linuxppc.h and see if that fixes things?
---
// NOTE(vchen): The following is also deprecated. New callers should use
// the base::subtle namespace.
inline void MemoryBarrier() {
base::subtle::MemoryBarrier();
}
---
If it does, I'll put it in the next release.
Original comment by csilv...@gmail.com
on 31 Mar 2009 at 11:01
That fixed the problem.
Thanks for the prompt reply. I look forward to the next release.
-- Charles Wilcox
Original comment by pvnYmINb...@cynd.net
on 1 Apr 2009 at 1:34
This is fixed in perftools 1.2, just released.
Original comment by csilv...@gmail.com
on 18 Apr 2009 at 12:13
Original issue reported on code.google.com by
pvnYmINb...@cynd.net
on 31 Mar 2009 at 9:47