summaryrefslogtreecommitdiff
path: root/sim/avr/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/avr/sim-main.h')
-rw-r--r--sim/avr/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/avr/sim-main.h b/sim/avr/sim-main.h
index fc30e117376..6b49b8d43ea 100644
--- a/sim/avr/sim-main.h
+++ b/sim/avr/sim-main.h
@@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
typedef address_word sim_cia;
extern unsigned int pc;
-#define CIA_GET(cpu) pc
-#define CIA_SET(cpu,val) (pc) = (val)
-
typedef struct _sim_cpu SIM_CPU;
#include "sim-base.h"