svn commit: r357337 - head/sys/riscv/include

John Baldwin jhb at FreeBSD.org
Sat Feb 1 00:53:22 UTC 2020


On 1/31/20 1:17 PM, Conrad Meyer wrote:
> Hi John,
> 
> Isn't the 32-bit MSTATUS_SD and SSTATUS_SD also UB without explicit
> unsigned suffix?

Possibly, but I doubt we will have a 32-bit RISC-V port.  I'd
probably prefer to just use explicit hex values (0x80000000, etc.)
since the compiler will always get those correct.

-- 
John Baldwin


More information about the svn-src-all mailing list