aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba/files/patch-src-prof_gmon.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-17 09:45:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-17 09:45:35 +0000
commit7922096790220bf14349b1afd44b0bce95a73002 (patch)
treec8648d622147b4ef164f77fcca3db8d3525509e4 /emulators/vba/files/patch-src-prof_gmon.h
parentd5502ae2a340a445ab2674ab03fecdc47f772c7a (diff)
Notes
Diffstat (limited to 'emulators/vba/files/patch-src-prof_gmon.h')
-rw-r--r--emulators/vba/files/patch-src-prof_gmon.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-src-prof_gmon.h b/emulators/vba/files/patch-src-prof_gmon.h
new file mode 100644
index 000000000000..b44f14a1fe4e
--- /dev/null
+++ b/emulators/vba/files/patch-src-prof_gmon.h
@@ -0,0 +1,11 @@
+--- src/prof/gmon.h.orig 2007-10-04 01:06:18.000000000 +0200
++++ src/prof/gmon.h 2007-10-04 01:06:48.000000000 +0200
+@@ -119,7 +119,7 @@
+
+ struct tostruct
+ {
+- char *selfpc;
++ uint32_t selfpc;
+ int count;
+ unsigned short link;
+ };