URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [opcodes/] [or32.c] - Diff between revs 1346 and 1350
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1346 |
Rev 1350 |
Line 18... |
Line 18... |
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|
|
/*
|
/*
|
* $Log: not supported by cvs2svn $
|
* $Log: not supported by cvs2svn $
|
|
* Revision 1.40 2005/01/27 14:14:13 nogj
|
|
* Remove the global op structure
|
|
*
|
* Revision 1.39 2005/01/27 13:35:40 nogj
|
* Revision 1.39 2005/01/27 13:35:40 nogj
|
* * Fix generate.c to produce a execgen.c with less warnings.
|
* * Fix generate.c to produce a execgen.c with less warnings.
|
* * Fix the --enable-simple configure option.
|
* * Fix the --enable-simple configure option.
|
*
|
*
|
* Revision 1.38 2005/01/27 13:15:50 nogj
|
* Revision 1.38 2005/01/27 13:15:50 nogj
|
Line 58... |
Line 61... |
|
|
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
# include "config.h"
|
# include "config.h"
|
#endif
|
#endif
|
#ifdef HAS_EXECUTION
|
#ifdef HAS_EXECUTION
|
# include "abstract.h" /* To get struct iqueue_entry */
|
# ifdef HAVE_INTTYPES_H
|
|
# include <inttypes.h> /* ...but to get arch.h we need uint{8,16,32}_t... */
|
|
# endif
|
|
# include "port.h"
|
|
# include "arch.h" /* ...but to get abstract.h, we need oraddr_t... */
|
|
# include "abstract.h" /* To get struct iqueue_entry... */
|
#endif
|
#endif
|
#include "opcode/or32.h"
|
#include "opcode/or32.h"
|
|
|
/* **INDENT-OFF** */
|
/* **INDENT-OFF** */
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.