cpu/psr(chore): minor change

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-11 23:29:05 +05:30
parent 441665abad
commit 8b80f818c6
2 changed files with 2 additions and 4 deletions

View File

@@ -115,7 +115,6 @@ class Psr {
private:
static constexpr uint32_t PSR_CLEAR_RESERVED = 0xF00000FF;
static constexpr uint32_t PSR_CLEAR_MODE = 0xFFFFFFE0;
uint32_t psr;
};