File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -839,12 +839,12 @@ Error RISCVISAInfo::checkDependency() {
839
839
return createStringError (errc::invalid_argument,
840
840
" 'zcf' is only supported for 'rv32'" );
841
841
842
- if (Exts.count (" zacas" ) && !(Exts.count (" a" ) || Exts.count (" zamo " )))
842
+ if (Exts.count (" zacas" ) && !(Exts.count (" a" ) || Exts.count (" zaamo " )))
843
843
return createStringError (
844
844
errc::invalid_argument,
845
845
" 'zacas' requires 'a' or 'zaamo' extension to also be specified" );
846
846
847
- if (Exts.count (" zabha" ) && !(Exts.count (" a" ) || Exts.count (" zamo " )))
847
+ if (Exts.count (" zabha" ) && !(Exts.count (" a" ) || Exts.count (" zaamo " )))
848
848
return createStringError (
849
849
errc::invalid_argument,
850
850
" 'zabha' requires 'a' or 'zaamo' extension to also be specified" );
You can’t perform that action at this time.
0 commit comments