/[gxemul]/trunk/src/include/cpu_x86.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/cpu_x86.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_x86.h,v 1.32 2005/08/14 23:44:23 debug Exp $   *  $Id: cpu_x86.h,v 1.33 2005/08/25 17:32:21 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 329  int x86_memory_rw(struct cpu *cpu, struc Line 329  int x86_memory_rw(struct cpu *cpu, struc
329          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);
330  int x86_cpu_family_init(struct cpu_family *);  int x86_cpu_family_init(struct cpu_family *);
331    
332    /*  memory_x86.c:  */
333    int x86_translate_address(struct cpu *cpu, uint64_t vaddr,
334            uint64_t *return_addr, int flags);
335    
336  #endif  /*  CPU_X86_H  */  #endif  /*  CPU_X86_H  */

Legend:
Removed from v.12  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26