mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
d01fc6f500
This will allow to run `make TARGETVMARCH=riscv64`. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
11 lines
298 B
Go
11 lines
298 B
Go
// Copyright 2020 syzkaller project authors. All rights reserved.
|
|
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
// +build amd64 386 arm64 arm mips64le ppc64le riscv64
|
|
|
|
package prog
|
|
|
|
import "encoding/binary"
|
|
|
|
var HostEndian = binary.LittleEndian
|