-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contained three things: - The old names from CheriBSD (based on the CHERI MIPS mnemonics) wrapping the macros. - A bunch of inline assembly functions that replicated things that we have builtins for. - A bunch of random things that we don't use with silly names. This commit: - Deprecates the old CHERI MIPS names. - Adds the modern names that match the Clang header. - Removes a few that were never part of CHERIoT entirely (any code that used them probably crashed the compiler and definitely didn't work). - Adds the missing ones.
- Loading branch information
1 parent
b944342
commit d038cbb
Showing
1 changed file
with
73 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters