Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <yzewei@yangzewei@loongson.cn>
  • Loading branch information
root committed Dec 2, 2023
1 parent d89a465 commit bdc5bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/binfmt/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ var configs = map[string]config{
mask: `\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff`,
},
"loongarch64": {
binary: "qemu-loongarch64",
magic: `\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x02\x01`,
mask: `\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff`,
},
binary: "qemu-loongarch64",
magic: `\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x02\x01`,
mask: `\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff`,
},
}

func allArch() []string {
Expand Down

0 comments on commit bdc5bb2

Please sign in to comment.