summaryrefslogtreecommitdiff
path: root/emulators/vba/files/patch-src-prof_gmon.h
blob: b44f14a1fe4eae64013507bc9833c054642f6368 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
   };