]> git.pld-linux.org Git - packages/bochs.git/blob - bochs-instrumentation.patch
- build fix from Bochs CVS
[packages/bochs.git] / bochs-instrumentation.patch
1 diff -u -r1.17 -r1.18
2 --- bochs/instrument/stubs/instrument.h 29 Apr 2005 21:28:59 -0000      1.17
3 +++ bochs/instrument/stubs/instrument.h 31 May 2005 04:47:50 -0000      1.18
4 @@ -80,9 +80,9 @@
5  void bx_instr_cache_cntrl(unsigned cpu, unsigned what);
6  void bx_instr_prefetch_hint(unsigned cpu, unsigned what, unsigned seg, bx_address offset);
7  
8 -void bx_instr_before_execution(unsigned cpu);
9 -void bx_instr_after_execution(unsigned cpu);
10 -void bx_instr_repeat_iteration(unsigned cpu);
11 +void bx_instr_before_execution(unsigned cpu, const bxInstruction_c *i);
12 +void bx_instr_after_execution(unsigned cpu, const bxInstruction_c *i);
13 +void bx_instr_repeat_iteration(unsigned cpu, const bxInstruction_c *i);
14  
15  void bx_instr_inp(Bit16u addr, unsigned len);
16  void bx_instr_outp(Bit16u addr, unsigned len);
This page took 0.056578 seconds and 3 git commands to generate.