diff options
Diffstat (limited to 'sys/dev/aic7xxx/sequencer.h')
-rw-r--r-- | sys/dev/aic7xxx/sequencer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/sequencer.h b/sys/dev/aic7xxx/sequencer.h index 4f054916ebe8..a84951c30aff 100644 --- a/sys/dev/aic7xxx/sequencer.h +++ b/sys/dev/aic7xxx/sequencer.h @@ -69,7 +69,7 @@ struct instruction { union ins_formats format; u_int srcline; struct symbol *patch_label; - STAILQ_ENTRY(instruction) links; + STAILQ_ENTRY(struct instruction) links; }; #define AIC_OP_OR 0x0 |