resourceview: fix stuck irq problem
[lttv.git] / trunk / lttv / lttv / lttv / state.h
index d3d28ec4af8eeaf7034ca4182272b176ad3704da..a65f2635eae4b8859cc7b1ee0b2cf1bb86bcb7b1 100644 (file)
@@ -333,7 +333,7 @@ GType lttv_traceset_state_get_type (void);
 
 typedef struct _LttvCPUState {
   GArray *mode_stack;
-  gint last_irq;
+  GArray *irq_stack;
   gint last_soft_irq;
   gint last_trap;
 } LttvCPUState;
This page took 0.022897 seconds and 4 git commands to generate.