pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/bochs/patches Fix a typo (can be catched wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/761e876ffa37
branches: trunk
changeset: 556343:761e876ffa37
user: mishka <mishka%pkgsrc.org@localhost>
date: Fri Mar 20 12:09:38 2009 +0000
description:
Fix a typo (can be catched with 'debug' option enabled).
The fix is already in bochs repo (iodev/iodebug.h, v1.12),
but no new release was made yet.
diffstat:
emulators/bochs/patches/patch-af | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r d141391d4b92 -r 761e876ffa37 emulators/bochs/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/bochs/patches/patch-af Fri Mar 20 12:09:38 2009 +0000
@@ -0,0 +1,11 @@
+--- iodev/iodebug.h.orig 2008-05-01 20:46:58.000000000 +0000
++++ iodev/iodebug.h 2009-03-20 11:58:42.000000000 +0000
+@@ -18,7 +18,7 @@
+ virtual void init(void);
+ virtual void reset (unsigned type) {}
+ static void mem_write(BX_CPU_C *cpu, bx_phy_address addr, unsigned len, void *data);
+- static void mem_read(BX_CPU_C *cpu, bx_phy_addressu addr, unsigned len, void *data);
++ static void mem_read(BX_CPU_C *cpu, bx_phy_address addr, unsigned len, void *data);
+
+ private:
+ static Bit32u read_handler(void *this_ptr, Bit32u address, unsigned io_len);
Home |
Main Index |
Thread Index |
Old Index