From 8b2b620a5e70a47a5ff8b3b90c5159a03ead2745 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 Apr 2015 16:15:33 -0400 Subject: dyncom: Remove more unused/unnecessary code Gets rid of a sizeable amount of stuff in armdefs. --- src/core/arm/skyeye_common/armemu.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/core/arm/skyeye_common/armemu.h') diff --git a/src/core/arm/skyeye_common/armemu.h b/src/core/arm/skyeye_common/armemu.h index b8113dfc1..7e0965052 100644 --- a/src/core/arm/skyeye_common/armemu.h +++ b/src/core/arm/skyeye_common/armemu.h @@ -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 -- cgit v1.2.3