summarylogtreecommitdiffstats
path: root/patch-cpus_test_cpu.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch-cpus_test_cpu.c.patch')
-rw-r--r--patch-cpus_test_cpu.c.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patch-cpus_test_cpu.c.patch b/patch-cpus_test_cpu.c.patch
deleted file mode 100644
index 91272904f31d..000000000000
--- a/patch-cpus_test_cpu.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpus/test/cpu.c.orig 2017-07-03 22:42:42.091904513 +0200
-+++ cpus/test/cpu.c 2017-07-03 22:46:05.875845459 +0200
-@@ -188,7 +188,7 @@
- size_t size=instruction_size(p,sec,pc);
- dblock *db=new_dblock();
- int c=opt_inst(p,sec,pc);
-- char *d;
-+ unsigned char *d;
- taddr val;
- db->size=size;
- d=db->data=mymalloc(size);