Let's mark all of the flags as unsigned instead of just one so that
we don't mix types. s_flags is already unsigned (although for some
reason long) already.
And while you touch this please add the proper whitespaces around the
shift operator everywhere.
Let's mark all of the flags as unsigned instead of just one so that
we don't mix types. s_flags is already unsigned (although for some
reason long) already.
And while you touch this please add the proper whitespaces around the
shift operator everywhere.