]> git.pld-linux.org Git - packages/bochs.git/commitdiff
- build fix from Bochs CVS
authorsaq <saq@pld-linux.org>
Tue, 31 May 2005 15:18:59 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bochs-instrumentation.patch -> 1.1

bochs-instrumentation.patch [new file with mode: 0644]

diff --git a/bochs-instrumentation.patch b/bochs-instrumentation.patch
new file mode 100644 (file)
index 0000000..c0b2d3e
--- /dev/null
@@ -0,0 +1,16 @@
+diff -u -r1.17 -r1.18
+--- bochs/instrument/stubs/instrument.h        29 Apr 2005 21:28:59 -0000      1.17
++++ bochs/instrument/stubs/instrument.h        31 May 2005 04:47:50 -0000      1.18
+@@ -80,9 +80,9 @@
+ void bx_instr_cache_cntrl(unsigned cpu, unsigned what);
+ void bx_instr_prefetch_hint(unsigned cpu, unsigned what, unsigned seg, bx_address offset);
+-void bx_instr_before_execution(unsigned cpu);
+-void bx_instr_after_execution(unsigned cpu);
+-void bx_instr_repeat_iteration(unsigned cpu);
++void bx_instr_before_execution(unsigned cpu, const bxInstruction_c *i);
++void bx_instr_after_execution(unsigned cpu, const bxInstruction_c *i);
++void bx_instr_repeat_iteration(unsigned cpu, const bxInstruction_c *i);
+ void bx_instr_inp(Bit16u addr, unsigned len);
+ void bx_instr_outp(Bit16u addr, unsigned len);
This page took 0.085089 seconds and 4 git commands to generate.