This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / common / cgen-cpu.h
index 914fb45991d8a454de4d2d33f77390a07cc4a4b0..d79e98fee8d197a3651c742ad4c1a62e225f7dac 100644 (file)
@@ -90,6 +90,10 @@ typedef struct {
   CGEN_DISASSEMBLER *disassembler;
 #define CPU_DISASSEMBLER(cpu) ((cpu)->cgen_cpu.disassembler)
 
+  /* Queued writes for parallel write-after support.  */
+  CGEN_WRITE_QUEUE write_queue;
+#define CPU_WRITE_QUEUE(cpu) (& (cpu)->cgen_cpu.write_queue)
+
   /* Allow slop in size calcs for case where multiple cpu types are supported
      and space for the specified cpu is malloc'd at run time.  */
   double slop;
This page took 0.023012 seconds and 4 git commands to generate.