diff options
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index c1e5abb..ac3b567 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -87,7 +87,8 @@ typedef struct packed coproc, ldst, mul, - psr; + psr, + bkpt; } ctrl_decode; typedef struct packed |
