diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-16 23:36:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 23:36:05 -0600 |
| commit | ca8b6e6696e279f56faacad39501019c3762a1b7 (patch) | |
| tree | 3622fc8bd082deeeec74b6db1869159ce3d17323 /rtl/core/control/control.sv | |
| parent | 9ebb4b712e1d6c97a999652d0b9105847eabd134 (diff) | |
Fix privilege escalation while in user mode
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index 5f290d2..cbc7191 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -70,6 +70,7 @@ module core_control mul_start, mul_signed, coproc, + escalating, psr_saved, psr_write, psr_wr_flags, |
