diff options
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h index 29e8574..4190162 100644 --- a/all.h +++ b/all.h @@ -306,7 +306,7 @@ enum Jmp { struct OpDesc { char *name; int nmem; - char argcls[2][4]; + short argcls[2][4]; uint sflag:1; /* sets the zero flag */ uint lflag:1; /* leaves flags */ uint cfold:1; /* can fold */ |