/[gxemul]/trunk/src/cpus/cpu_alpha_palcode.c
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/cpus/cpu_alpha_palcode.c

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

revision 41 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_alpha_palcode.c,v 1.16 2006/12/30 13:30:53 debug Exp $   *  $Id: cpu_alpha_palcode.c,v 1.18 2007/06/15 00:41:21 debug Exp $
29   *   *
30   *  Alpha PALcode-related functionality.   *  Alpha PALcode-related functionality.
31   *   *
# Line 39  Line 39 
39  #include <string.h>  #include <string.h>
40  #include <ctype.h>  #include <ctype.h>
41    
 #include "misc.h"  
   
   
 #ifndef ENABLE_ALPHA    
   
   
 #include "cpu_alpha.h"  
   
   
 void alpha_palcode_name(uint32_t palcode, char *buf, size_t buflen)  
 { buf[0]='\0'; }  
 void alpha_palcode(struct cpu *cpu, uint32_t palcode) { }  
   
   
 #else   /*  ENABLE_ALPHA  */  
   
   
 #include "alpha_prom.h"  
42  #include "console.h"  #include "console.h"
43  #include "cpu.h"  #include "cpu.h"
44  #include "machine.h"  #include "machine.h"
45  #include "memory.h"  #include "memory.h"
46    #include "misc.h"
47  #include "symbol.h"  #include "symbol.h"
48    #include "useremul.h"
49    
50    #include "alpha_prom.h"
51    
52    
53  /*  /*
# Line 315  void alpha_palcode(struct cpu *cpu, uint Line 301  void alpha_palcode(struct cpu *cpu, uint
301          }          }
302  }  }
303    
   
 #endif  /*  ENABLE_ALPHA  */  

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26