@@ -257,7 +257,7 @@ impl InlineAsmReg {
257257 Self :: PowerPC ( r) => r. name ( ) ,
258258 Self :: Hexagon ( r) => r. name ( ) ,
259259 Self :: Mips ( r) => r. name ( ) ,
260- Self :: S390x ( r) => r. name ( ) ,
260+ Self :: S390x ( r) => r. name ( ) ,
261261 Self :: Bpf ( r) => r. name ( ) ,
262262 Self :: Err => "<reg>" ,
263263 }
@@ -312,7 +312,7 @@ impl InlineAsmReg {
312312 InlineAsmArch :: Mips | InlineAsmArch :: Mips64 => {
313313 Self :: Mips ( MipsInlineAsmReg :: parse ( arch, has_feature, target, & name) ?)
314314 }
315- InlineAsmArch :: S390x => {
315+ InlineAsmArch :: S390x => {
316316 Self :: S390x ( S390xInlineAsmReg :: parse ( arch, has_feature, target, & name) ?)
317317 }
318318 InlineAsmArch :: SpirV => {
@@ -715,11 +715,11 @@ pub fn allocatable_registers(
715715 mips:: fill_reg_map ( arch, has_feature, target, & mut map) ;
716716 map
717717 }
718- InlineAsmArch :: S390x => {
719- let mut map = s390x:: regclass_map ( ) ;
718+ InlineAsmArch :: S390x => {
719+ let mut map = s390x:: regclass_map ( ) ;
720720 s390x:: fill_reg_map ( arch, has_feature, target, & mut map) ;
721721 map
722- }
722+ }
723723 InlineAsmArch :: SpirV => {
724724 let mut map = spirv:: regclass_map ( ) ;
725725 spirv:: fill_reg_map ( arch, has_feature, target, & mut map) ;
0 commit comments