We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbe2591 + 128fd0a commit 110a488Copy full SHA for 110a488
uefi/src/proto/debug/exception.rs
@@ -140,7 +140,7 @@ impl ExceptionType {
140
pub const MAX_AARCH64_EXCEPTION: ExceptionType = ExceptionType::EXCEPT_AARCH64_SERROR;
141
}
142
143
-#[cfg(target_arch = "riscv")]
+#[cfg(any(target_arch = "riscv32", target_arch = "riscv64"))]
144
impl ExceptionType {
145
/// Instruction misaligned
146
pub const EXCEPT_RISCV_INST_MISALIGNED: ExceptionType = ExceptionType(0);
0 commit comments