]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/m32r/cpuall.h
import gdb-1999-08-09 snapshot
[thirdparty/binutils-gdb.git] / sim / m32r / cpuall.h
index 3563f744a8fcc3bcda1bd284db5dc689c91ba4ee..3c91931bfa15a2ae26b55028ea38f0361e863cf5 100644 (file)
@@ -51,6 +51,9 @@ struct argbuf {
   const IDESC *idesc;
   char trace_p;
   char profile_p;
+  /* ??? Temporary hack for skip insns.  */
+  char skip_count;
+  char unused;
   /* cpu specific data follows */
 };
 #endif