Implement a GDB stub and fix another huge issue in S-type immediate decoding
This commit is contained in:
@@ -29,6 +29,7 @@ pub enum ExceptionType {
|
||||
HardwareError = 19,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum MemoryExceptionType {
|
||||
AddressMisaligned,
|
||||
AccessFault,
|
||||
|
||||
Reference in New Issue
Block a user