diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-03-12 21:45:33 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-03-12 21:45:33 +0000 |
| commit | a122cca95357f39039d19fd639373416dd863081 (patch) | |
| tree | 6c034a25fc32204c3b23ab4ef2656ae5983b7ea5 /sys/dev/iir | |
| parent | 06d6e4fcfeea94893ddd82264e531131939f2b80 (diff) | |
Notes
Diffstat (limited to 'sys/dev/iir')
| -rw-r--r-- | sys/dev/iir/iir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index 5ce705d10a3d..38c29bfd8b9c 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -697,7 +697,7 @@ void iir_free(struct gdt_softc *); void iir_attach(struct gdt_softc *); void iir_intr(void *arg); -#ifdef __GNUC__ +#if defined( __GNUC__) || defined(__INTEL_COMPILER) /* These all require correctly aligned buffers */ static __inline__ void gdt_enc16(u_int8_t *, u_int16_t); static __inline__ void gdt_enc32(u_int8_t *, u_int32_t); |
