Re: Enable --build-id for moxie-elf-ld
[deliverable/binutils-gdb.git] / sim / v850 / v850_sim.h
index d88bb14c4b954cf065f096f623963a77f218fe09..b1dddfdd41b9013221fa03e28101a77fca47835b 100644 (file)
@@ -1,8 +1,8 @@
 struct simops 
 {
-  long   opcode;
-  long   mask;
-  int (* func) PARAMS ((void));
+  unsigned long   opcode;
+  unsigned long   mask;
+  int (* func) (void);
   int    numops;
   int    operands[12];
 };
This page took 0.02396 seconds and 4 git commands to generate.