diff options
Diffstat (limited to 'src/casm.c')
-rw-r--r-- | src/casm.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -502,6 +502,10 @@ static struct {".cpu", ARCH}, {"arch", ARCH}, {".arch", ARCH}, + {"proc", ARCH}, + {".proc", ARCH}, + {"processor", ARCH}, + {".processor", ARCH}, {"option", OPTION}, {".option", OPTION}, {"opt", OPTION}, |