From bb635750795bb0cd7038c4595ee4d4136d05f58c Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Sun, 4 Apr 2010 13:43:32 +0100 Subject: [PATCH] core: Added EIND support Not used in any core, for now. It would still need 24 bits PC support with return addresses to match. Signed-off-by: Michel Pollet --- simavr/sim/sim_avr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/simavr/sim/sim_avr.h b/simavr/sim/sim_avr.h index 4af20be..9ef4fcf 100644 --- a/simavr/sim/sim_avr.h +++ b/simavr/sim/sim_avr.h @@ -79,6 +79,7 @@ typedef struct avr_t { uint8_t signature[3]; uint8_t fuse[4]; avr_io_addr_t rampz; // optional, only for ELPM/SPM on >64Kb cores + avr_io_addr_t eind; // optional, only for EIJMP/EICALL on >64Kb cores // filled by the ELF data, this allow tracking of invalid jumps uint32_t codeend; -- 2.20.1