--- - branch: MAIN date: Sat Aug 27 20:39:54 UTC 2022 files: - new: '1.15' old: '1.14' path: src/sys/arch/x86/x86/db_memrw.c pathrev: src/sys/arch/x86/x86/db_memrw.c@1.15 type: modified id: 20220827T203954Z.ffc41110326d19746a6d52648b68f35c73d0acfc log: | x86/db_memrw.c: Use uint64_t, not long, for 8-byte r/w. This is shared with amd64 and i386, and while long works on amd64, not so much on i386. While here, use uint32_t intead of int and uint16_t instead of short for clarity. module: src subject: 'CVS commit: src/sys/arch/x86/x86' unixtime: '1661632794' user: riastradh