X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=simavr%2Fsim%2Fsim_irq.h;h=d3ac30b7d3e0972404a4c285a63909d462fc21fb;hb=334833ca3beccfac79be54af3a12356f23794aec;hp=ed2d5e59b3a9f6a2012cd0396df545a806113a52;hpb=8528e582c4124634376de162bd7b949de39c1603;p=simavr diff --git a/simavr/sim/sim_irq.h b/simavr/sim/sim_irq.h index ed2d5e5..d3ac30b 100644 --- a/simavr/sim/sim_irq.h +++ b/simavr/sim/sim_irq.h @@ -63,7 +63,7 @@ enum { */ typedef struct avr_irq_pool_t { int count; //!< number of irqs living in the pool - struct avr_irq_t ** irq; //!< irqs belongging in this pool + struct avr_irq_t ** irq; //!< irqs belonging in this pool } avr_irq_pool_t; /*!