summaryrefslogtreecommitdiff
path: root/emulators/gxemul/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gxemul/patches/patch-ac')
-rw-r--r--emulators/gxemul/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/gxemul/patches/patch-ac b/emulators/gxemul/patches/patch-ac
deleted file mode 100644
index e49f1d69146..00000000000
--- a/emulators/gxemul/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2009/07/18 18:43:56 tsutsui Exp $
-
-A patch pulled from upstream trunk for NetBSD/hpcmips:
-http://gxemul.svn.sourceforge.net/viewvc/gxemul?view=rev&revision=5472
-
---- src/devices/dev_vr41xx.c 2009/07/04 19:41:47
-+++ src/devices/dev_vr41xx.c 2009/07/10 16:07:32
-@@ -590,6 +590,7 @@
- switch (relative_addr) {
- case 0xc0:
- odata = (tv.tv_sec & 1) << 15;
-+ odata += (uint64_t)tv.tv_usec * 32768 / 1000000;
- break;
- case 0xc2:
- odata = (tv.tv_sec >> 1) & 0xffff;