repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
conditions: fix the build
[smatch.git]
/
target-default.c
blob
3a9e1726ffc58a1b4afe0d1716e78cc63009d53d
1
#include
"symbol.h"
2
#include
"target.h"
3
#include
"machine.h"
4
5
6
const struct
target target_default
= {
7
.
mach
=
MACH_UNKNOWN
,
8
.
bitness
=
ARCH_LP64
,
9
.
big_endian
=
0
,
10
.
unsigned_char
=
0
,
11
};