OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [opcode/] [or32.h] - Diff between revs 1452 and 1656

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1452 Rev 1656
Line 108... Line 108...
# if COMPLEX_EXECUTION
# if COMPLEX_EXECUTION
  char *function_name;
  char *function_name;
# elif SIMPLE_EXECUTION
# elif SIMPLE_EXECUTION
  void (*exec)(struct iqueue_entry *);
  void (*exec)(struct iqueue_entry *);
# else /* DYNAMIC_EXECUTION */
# else /* DYNAMIC_EXECUTION */
  void (*exec)(struct op_queue *opq, int param_t[3], orreg_t param[3], int);
  void (*exec)(struct op_queue *opq, int param_t[3], int);
# endif
# endif
#else  /* HAS_EXECUTION */
#else  /* HAS_EXECUTION */
  void (*exec)(void);
  void (*exec)(void);
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.