From 206ea6f9ae2d299e7eca7278e390cb5ad49585af Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Tue, 5 Jun 2018 10:55:56 -0700 Subject: [PATCH] fix s390 again --- register/qemu-binfmt-conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register/qemu-binfmt-conf.sh b/register/qemu-binfmt-conf.sh index f940943..f21f146 100755 --- a/register/qemu-binfmt-conf.sh +++ b/register/qemu-binfmt-conf.sh @@ -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'