blob: 3a9e1726ffc58a1b4afe0d1716e78cc63009d53d [file] [log] [blame]
#include "symbol.h"
#include "target.h"
#include "machine.h"
const struct target target_default = {
.mach = MACH_UNKNOWN,
.bitness = ARCH_LP64,
.big_endian = 0,
.unsigned_char = 0,
};