Author: Richard Plangger <[email protected]>
Branch:
Changeset: r90881:0fdfe97b8ea5
Date: 2017-03-30 19:16 -0400
http://bitbucket.org/pypy/pypy/changeset/0fdfe97b8ea5/
Log: _write_all got vmp_ prefix
diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h
b/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h
--- a/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h
+++ b/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h
@@ -145,7 +145,7 @@
if (tstate->ready == 42) {
depth = vmprof_snapshot_thread(tstate->thread_ident, tstate,
stack);
if (depth > 0) {
- _write_all((char*)stack + offsetof(prof_stacktrace_s,
marker),
+ vmp_write_all((char*)stack + offsetof(prof_stacktrace_s,
marker),
depth * sizeof(void *) +
sizeof(struct prof_stacktrace_s) -
offsetof(struct prof_stacktrace_s, marker));
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit