/[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 25 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_x86.h,v 1.47 2006/04/17 11:06:46 debug Exp $   *  $Id: cpu_x86.h,v 1.48 2006/06/24 21:47:24 debug Exp $
32   *   *
33   *  x86 (including AMD64) cpu dependent stuff.   *  x86 (including AMD64) cpu dependent stuff.
34   */   */
# Line 310  int x86_cpu_family_init(struct cpu_famil Line 310  int x86_cpu_family_init(struct cpu_famil
310    
311    
312  /*  memory_x86.c:  */  /*  memory_x86.c:  */
313  int x86_translate_address(struct cpu *cpu, uint64_t vaddr,  int x86_translate_v2p(struct cpu *cpu, uint64_t vaddr,
314          uint64_t *return_addr, int flags);          uint64_t *return_addr, int flags);
315    
316  #endif  /*  CPU_X86_H  */  #endif  /*  CPU_X86_H  */

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26