Page MenuHomeFreeBSD

ddb: Use bool for boolean variables in MD code
ClosedPublic

Authored by jhb on Jan 31 2024, 11:33 PM.
Tags
None
Referenced Files
F131660082: D43695.diff
Fri, Oct 10, 3:16 AM
Unknown Object (File)
Sun, Sep 21, 11:27 PM
Unknown Object (File)
Aug 14 2025, 11:20 PM
Unknown Object (File)
Aug 2 2025, 6:23 PM
Unknown Object (File)
Aug 2 2025, 7:39 AM
Unknown Object (File)
Jul 28 2025, 11:07 PM
Unknown Object (File)
Jul 28 2025, 12:16 AM
Unknown Object (File)
Jun 23 2025, 4:13 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jan 31 2024, 11:33 PM
markj added inline comments.
sys/amd64/amd64/db_disasm.c
1046

short_addr should also be a bool.

1510
1512
1521
sys/i386/i386/db_disasm.c
939
1226
This revision is now accepted and ready to land.Feb 1 2024, 2:05 PM
jhb marked 6 inline comments as done.Feb 2 2024, 11:04 PM

Nice catches

This revision was automatically updated to reflect the committed changes.