fix softirq/irq/trap array, undefined last
[lttv.git] / trunk / lttv / lttv / lttv / state.h
index 523e058b2cdd107d851f219ba0850bfb08cddc76..306bef5c9fd3930267792d0e737096f5ee76ff03 100644 (file)
@@ -317,9 +317,9 @@ GType lttv_traceset_state_get_type (void);
 
 typedef struct _LttvCPUState {
   GArray *mode_stack;
-  guint last_irq;
-  guint last_soft_irq;
-  guint last_trap;
+  gint last_irq;
+  gint last_soft_irq;
+  gint last_trap;
 } LttvCPUState;
 
 typedef struct _LttvIRQState {
This page took 0.023625 seconds and 4 git commands to generate.