diff options
Diffstat (limited to 'target-info.c')
| -rw-r--r-- | target-info.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-info.c b/target-info.c index 5f5ef1f932..16fdca7aaa 100644 --- a/target-info.c +++ b/target-info.c @@ -15,6 +15,11 @@ const char *target_name(void) return target_info()->target_name; } +unsigned target_long_bits(void) +{ + return target_info()->long_bits; +} + const char *target_cpu_type(void) { return target_info()->cpu_type; |