diff options
| author | taitep <taitep@taitep.se> | 2025-12-27 11:48:36 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-27 11:48:36 +0100 |
| commit | 9f8e9ec380ad679fe714222345a46ebf77d063d6 (patch) | |
| tree | be4a990b220e52c9fcbd5c0abc95b45e2246d73c /src/exceptions.rs | |
| parent | a64fcaa3b557d3e7f611f3997a0b4c6990347d9b (diff) | |
Implement a GDB stub and fix another huge issue in S-type immediate decoding
Diffstat (limited to 'src/exceptions.rs')
| -rw-r--r-- | src/exceptions.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.rs b/src/exceptions.rs index 7f00e5c..3c1d4bd 100644 --- a/src/exceptions.rs +++ b/src/exceptions.rs @@ -29,6 +29,7 @@ pub enum ExceptionType { HardwareError = 19, } +#[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum MemoryExceptionType { AddressMisaligned, AccessFault, |
