Skip to content
Snippets Groups Projects
Commit 6fe0ca72597a authored by Thomas Capricelli's avatar Thomas Capricelli
Browse files

fix include deps on some hosts

parent 5d6f217bf5d0
No related branches found
Tags ZETA_RELEASE_0_3
No related merge requests found
......@@ -15,6 +15,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef PARAMS
#define PARAMS(x) x
#endif
/* patterned after the PPC opcode table written by Ian Lance Taylor. */
......
......@@ -22,6 +22,11 @@
/* #include "opintl.h" */
#ifndef PARAMS
#define PARAMS(x) x
#endif
/* The operands table.
The fields are bits, shift, insert, extract, flags.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment