From 7e83aa92f2d986ba60f124287a9fd1e534fbbcf8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Apr 2015 04:08:56 -0400 Subject: sim: unify sim_cia definition Almost every target defines sim_cia the same way -- either using the address_word type directly, or a type of equivalent size. The only odd one out is sh64 (who has 32bit address_word and 64bit cia), and even that case doesn't seem to make sense. We'll put off clean up though of sh64 and at least set up a sensible default for everyone. --- sim/common/cgen-engine.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sim/common/cgen-engine.h') diff --git a/sim/common/cgen-engine.h b/sim/common/cgen-engine.h index 3de1407..70a4029 100644 --- a/sim/common/cgen-engine.h +++ b/sim/common/cgen-engine.h @@ -186,8 +186,6 @@ do { \ #if WITH_SCACHE -#define CIA_ADDR(cia) (cia) - #if WITH_SCACHE_PBB /* Return the scache pointer of the current insn. */ @@ -280,8 +278,6 @@ do { \ /* This is the "simple" engine case. */ -#define CIA_ADDR(cia) (cia) - #define SEM_SEM_ARG(vpc, sc) (sc) #define SEM_NEXT_VPC(sem_arg, pc, len) ((pc) + (len)) -- cgit v1.1