Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35360 Build 32286: arc lint + arc unit
Event Timeline
Comment Actions
Unions might be better for this, but these casts look good and are a more minimal change.
Comment Actions
Well, the other fix is to use something like __aligned or __alignas, but I went for minimal changes, especially given that this driver is probably not as widely used.