pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/or1ksim Fix inline usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9abfb7775b47
branches:  trunk
changeset: 610645:9abfb7775b47
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 01 19:47:17 2012 +0000

description:
Fix inline usage.

diffstat:

 emulators/or1ksim/distinfo                           |   3 ++-
 emulators/or1ksim/patches/patch-cpu_common_execute.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 91665c52da52 -r 9abfb7775b47 emulators/or1ksim/distinfo
--- a/emulators/or1ksim/distinfo        Thu Nov 01 19:45:12 2012 +0000
+++ b/emulators/or1ksim/distinfo        Thu Nov 01 19:47:17 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/23 21:38:59 agc Exp $
+$NetBSD: distinfo,v 1.2 2012/11/01 19:47:17 joerg Exp $
 
 SHA1 (or1ksim-0.2.0rc2.tar.gz) = 7db0dfcf60c072b4143f45a4214f5eb65f2fd5ff
 RMD160 (or1ksim-0.2.0rc2.tar.gz) = 4111113389484969827e20f8c61caf33176b5407
 Size (or1ksim-0.2.0rc2.tar.gz) = 624729 bytes
 SHA1 (patch-aa) = 5e348fc6e687bab8edb0e5abe545d829cb781792
+SHA1 (patch-cpu_common_execute.h) = 7439ac0014e9783b9c983a7d4455e214e10ff2b0
diff -r 91665c52da52 -r 9abfb7775b47 emulators/or1ksim/patches/patch-cpu_common_execute.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/or1ksim/patches/patch-cpu_common_execute.h      Thu Nov 01 19:47:17 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-cpu_common_execute.h,v 1.1 2012/11/01 19:47:17 joerg Exp $
+
+--- cpu/common/execute.h.orig  2012-10-30 20:06:03.000000000 +0000
++++ cpu/common/execute.h
+@@ -75,8 +75,8 @@ extern struct cpu_state cpu_state;
+ /*extern machword eval_operand(char *srcoperand,int* breakpoint);
+ extern void set_operand(char *dstoperand, unsigned long value,int* breakpoint);*/
+ void dumpreg();
+-inline void dump_exe_log();
+-inline int cpu_clock ();
++void dump_exe_log();
++int cpu_clock ();
+ void cpu_reset ();
+ uorreg_t evalsim_reg(unsigned int regno);
+ void setsim_reg(unsigned int regno, uorreg_t value);



Home | Main Index | Thread Index | Old Index