diff options
Diffstat (limited to 'target-info-stub.c')
-rw-r--r-- | target-info-stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-info-stub.c b/target-info-stub.c index fecc0e7..ca0caa3 100644 --- a/target-info-stub.c +++ b/target-info-stub.c @@ -14,9 +14,11 @@ static const TargetInfo target_info_stub = { .target_name = TARGET_NAME, + .target_arch = SYS_EMU_TARGET__MAX, .long_bits = TARGET_LONG_BITS, .cpu_type = CPU_RESOLVING_TYPE, .machine_typename = TYPE_MACHINE, + .endianness = TARGET_BIG_ENDIAN ? ENDIAN_MODE_BIG : ENDIAN_MODE_LITTLE, }; const TargetInfo *target_info(void) |