From a0ea6b2b02a3879aa0f88e74231598c4a57181d9 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 12 Dec 2014 09:57:43 +0000 Subject: Remove obsolete patch. Thank you, wiz@. --- emulators/gxemul/patches/patch-ab | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 emulators/gxemul/patches/patch-ab (limited to 'emulators') diff --git a/emulators/gxemul/patches/patch-ab b/emulators/gxemul/patches/patch-ab deleted file mode 100644 index 6cc6175e853..00000000000 --- a/emulators/gxemul/patches/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-ab,v 1.8 2014/12/08 20:55:19 ryoon Exp $ - ---- src/cpus/cpu_sh_instr.cc.orig 2014-08-17 08:45:15.000000000 +0000 -+++ src/cpus/cpu_sh_instr.cc -@@ -3577,6 +3577,11 @@ X(to_be_translated) - ic->arg[0] = (size_t)&cpu->cd.sh.r[r8]; /* m */ - ic->arg[1] = (size_t)&cpu->cd.sh.mach; - break; -+ case 0x0a: /* LDS Rn,MACH */ -+ ic->f = instr(mov_rm_rn); -+ ic->arg[0] = (size_t)&cpu->cd.sh.r[r8]; -+ ic->arg[1] = (size_t)&cpu->cd.sh.mach; -+ break; - case 0x0b: /* JSR @Rn */ - if (cpu->machine->show_trace_tree) - ic->f = instr(jsr_rn_trace); -@@ -3624,6 +3629,11 @@ X(to_be_translated) - ic->arg[0] = (size_t)&cpu->cd.sh.r[r8]; /* m */ - ic->arg[1] = (size_t)&cpu->cd.sh.macl; - break; -+ case 0x1a: /* LDS Rn,MACL */ -+ ic->f = instr(mov_rm_rn); -+ ic->arg[0] = (size_t)&cpu->cd.sh.r[r8]; -+ ic->arg[1] = (size_t)&cpu->cd.sh.macl; -+ break; - case 0x1b: /* TAS.B @Rn */ - ic->f = instr(tas_b_rn); - break; -- cgit v1.2.3