CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/18 03:22:14
Modified files:
sys/dev/ic : tireg.h
Log message:
Put statements in macros inside do while constructs to avoid problems
where a macro that expands to multiple lines gets called from an if
statement without braces. Prompted by Coverity CID 1453088.
ok daniel@ mikeb@ millert@
