diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-03-15 22:29:09 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-03-15 22:30:34 +0100 |
| commit | 2416d291417954a1fd7f4945a100f2c125d4d9a6 (patch) | |
| tree | 24fcd3478d1f8c654747684aca3822b053dc022e /all.h | |
| parent | da36b211ab9f0d00b0128d9daaf32eba5ab5e56e (diff) | |
new -t? flag to print default target
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ enum { }; struct Target { + char name[8]; int gpr0; /* first general purpose reg */ int ngpr; int fpr0; /* first floating point reg */ |
