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
F101735880: D43695.id133679.diff
Sun, Nov 3, 12:51 AM
Unknown Object (File)
Sun, Oct 27, 8:31 AM
Unknown Object (File)
Fri, Oct 25, 8:28 AM
Unknown Object (File)
Tue, Oct 8, 12:33 PM
Unknown Object (File)
Sat, Oct 5, 11:56 AM
Unknown Object (File)
Fri, Oct 4, 7:34 PM
Unknown Object (File)
Oct 3 2024, 9:50 PM
Unknown Object (File)
Oct 3 2024, 7:09 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55742
Build 52631: arc lint + arc unit

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.