Page MenuHomeFreeBSD

Error out when the endian is not known.
AbandonedPublic

Authored by imp on Jan 4 2022, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jul 3 2024, 3:18 PM
Unknown Object (File)
May 10 2024, 1:00 AM
Unknown Object (File)
Apr 25 2024, 12:48 PM
Unknown Object (File)
Mar 7 2024, 11:35 PM
Unknown Object (File)
Feb 16 2024, 11:56 PM
Unknown Object (File)
Jan 12 2024, 3:11 PM
Unknown Object (File)
Jan 6 2024, 4:51 PM
Unknown Object (File)
Dec 29 2023, 6:39 AM
Subscribers
None

Details

Reviewers
jrtc27
Summary

We should never hit this case, but error out if the endian isn't
1234 or 4321. When that happens, we enable neither endian mode
in the sources.

Test Plan

this is more of an assert than anything else.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43701
Build 40589: arc lint + arc unit

Event Timeline

imp requested review of this revision.Jan 4 2022, 7:51 PM
imp created this revision.
imp added a reviewer: jrtc27.

Dropping this. With other changes to the series, this isn't needed.