dyncom: Remove more unused/unnecessary code

Gets rid of a sizeable amount of stuff in armdefs.
This commit is contained in:
Lioncash
2015-04-20 16:15:33 -04:00
parent e3eba48596
commit 8b2b620a5e
5 changed files with 1 additions and 95 deletions

View File

@ -38,16 +38,6 @@ enum : u32 {
INTBITS = 0x1C0,
};
// Different ways to start the next instruction.
enum {
SEQ = 0,
NONSEQ = 1,
PCINCEDSEQ = 2,
PCINCEDNONSEQ = 3,
PRIMEPIPE = 4,
RESUME = 8
};
// Values for Emulate.
enum {
STOP = 0, // Stop
@ -55,5 +45,3 @@ enum {
ONCE = 2, // Execute just one interation
RUN = 3 // Continuous execution
};
#define FLUSHPIPE state->NextInstr |= PRIMEPIPE