From b9d999fd3cd8a4af71903cf56f2e8004f969d670 Mon Sep 17 00:00:00 2001 From: saq Date: Tue, 31 May 2005 15:18:59 +0000 Subject: [PATCH] - build fix from Bochs CVS Changed files: bochs-instrumentation.patch -> 1.1 --- bochs-instrumentation.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bochs-instrumentation.patch diff --git a/bochs-instrumentation.patch b/bochs-instrumentation.patch new file mode 100644 index 0000000..c0b2d3e --- /dev/null +++ b/bochs-instrumentation.patch @@ -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); -- 2.43.0