svn commit: r332509 - head/sys/i386/i386

Ed Maste emaste at freebsd.org
Sun Apr 15 01:31:18 UTC 2018


On 14 April 2018 at 18:14, Warner Losh <imp at freebsd.org> wrote:
> Author: imp
> Date: Sat Apr 14 22:14:18 2018
> New Revision: 332509
> URL: https://svnweb.freebsd.org/changeset/base/332509
>
> ...
>   even though we should eventually migrate to bool
>   and true/false (though the tables they are in are nicely packed with
>   short and wouldn't be so nicely packed with bool, another reason
>   to leave it alone for now).

In practice it should be a no-op, replacing the 2-byte short
i_has_modrm with the bool followed by a pad byte.


More information about the svn-src-all mailing list