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

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

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_ia64_instr.c,v 1.4 2006/02/09 22:40:27 debug Exp $   *  $Id: cpu_ia64_instr.c,v 1.6 2006/02/24 01:20:35 debug Exp $
29   *   *
30   *  IA64 instructions.   *  IA64 instructions.
31   *   *
# Line 75  X(end_of_page) Line 75  X(end_of_page)
75  X(to_be_translated)  X(to_be_translated)
76  {  {
77          uint64_t addr, low_pc;          uint64_t addr, low_pc;
 #ifdef DYNTRANS_BACKEND  
         int simple = 0;  
 #endif  
78          unsigned char ib[16];          unsigned char ib[16];
79    
80          /*  Figure out the (virtual) address of the instruction:  */          /*  Figure out the (virtual) address of the instruction:  */
# Line 111  X(to_be_translated) Line 108  X(to_be_translated)
108  #undef  DYNTRANS_TO_BE_TRANSLATED_HEAD  #undef  DYNTRANS_TO_BE_TRANSLATED_HEAD
109    
110    
111  fatal("[ UNIMPLEMENTED IA64 instruction ]\n");  /*  TODO  */
 goto bad;  
112    
113    
114  #define DYNTRANS_TO_BE_TRANSLATED_TAIL  #define DYNTRANS_TO_BE_TRANSLATED_TAIL

Legend:
Removed from v.22  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26