Minor cleanup.

This commit is contained in:
Aaron Giles 2008-05-21 07:54:40 +00:00
parent a32c0764e9
commit 21920d4e44
2 changed files with 0 additions and 14 deletions

View File

@ -76,8 +76,6 @@
/* execution semantics */
#define OPFLAG_READS_MEMORY 0x00080000 /* instruction reads memory */
#define OPFLAG_WRITES_MEMORY 0x00100000 /* instruction writes memory */
#define OPFLAG_VARIABLE_SHIFT 0x00200000 /* instruction performs a variable count shift */
#define OPFLAG_MULTIPLY_DIVIDE 0x00400000 /* instruction performs a multiply/divide */

View File

@ -29,18 +29,6 @@
/***************************************************************************
CONSTANTS
***************************************************************************/
/* this defines a branch targetpc that is dynamic at runtime */
#define BRANCH_TARGET_DYNAMIC (~0)
/* opcode branch flags */
#define OPFLAG_IS_UNCONDITIONAL_BRANCH 0x00000001 /* instruction is unconditional branch */
/***************************************************************************
FUNCTION PROTOTYPES
***************************************************************************/