make first working version of irq resource
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index eef1c7a551b4f54645c9bf421508c116ed943561..be2e0b1c71be34249fd8f5298ef6de0a4828f783 100644 (file)
@@ -293,6 +293,7 @@ GType lttv_traceset_state_get_type (void);
 
 typedef struct _LttvCPUState {
   GArray *mode_stack;
+  guint last_irq;
 } LttvCPUState;
 
 typedef struct _LttvIRQState {
This page took 0.022758 seconds and 4 git commands to generate.