From ca7cd5dc645706b78b282cc268e0e3d64663d132 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 30 Jun 1999 23:20:56 +0000 Subject: * hppa.h (struct pa_opcode): Add new field "flags". (FLAGS_STRICT): Define. --- include/opcode/hppa.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/opcode/hppa.h') diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index be1004797..f454be11b 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -43,8 +43,12 @@ struct pa_opcode unsigned long int mask; /* ... in these bits. */ char *args; enum pa_arch arch; + char flags; }; +/* Enable/disable strict syntax checking. Not currently used, but will + be necessary for PA2.0 support in the future. */ +#define FLAG_STRICT 0x1 /* All hppa opcodes are 32 bits. -- cgit v1.2.3