diff options
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h index 7859b05..45ebdff 100644 --- a/all.h +++ b/all.h @@ -41,6 +41,7 @@ enum { struct Target { char name[16]; + char apple; int gpr0; /* first general purpose reg */ int ngpr; int fpr0; /* first floating point reg */ |