diff options
Diffstat (limited to 'emulators/vba/files/patch-src-prof_gmon.h')
-rw-r--r-- | emulators/vba/files/patch-src-prof_gmon.h | 11 |
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; + }; |