aboutsummaryrefslogtreecommitdiffstats
path: root/prog
diff options
context:
space:
mode:
Diffstat (limited to 'prog')
-rw-r--r--prog/target.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/prog/target.go b/prog/target.go
index 4ac0e9a27..d32d8a8ae 100644
--- a/prog/target.go
+++ b/prog/target.go
@@ -14,14 +14,14 @@ import (
// Target describes target OS/arch pair.
type Target struct {
- OS string
- Arch string
- Revision string // unique hash representing revision of the descriptions
- PtrSize uint64
- PageSize uint64
- NumPages uint64
- DataOffset uint64
- LittleEndian bool
+ OS string
+ Arch string
+ Revision string // unique hash representing revision of the descriptions
+ PtrSize uint64
+ PageSize uint64
+ NumPages uint64
+ DataOffset uint64
+ BigEndian bool
Syscalls []*Syscall
Resources []*ResourceDesc