Skip to content

Commit

Permalink
Merge pull request #41 from MHBauer/patch-1
Browse files Browse the repository at this point in the history
fix s390 again
  • Loading branch information
lafin authored Jun 5, 2018
2 parents e3bee25 + 206ea6f commit 42bb23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register/qemu-binfmt-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sh4eb_mask='\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff
sh4eb_family=sh4

s390x_magic='\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x16'
s390x_mask='\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
s390x_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
s390x_family=s390x

aarch64_magic='\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00'
Expand Down

0 comments on commit 42bb23d

Please sign in to comment.