projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
93ee08f
)
Commit
bb635750795bb0cd7038c4595ee4d4136d05f58c
author
Michel Pollet
<buserror@gmail.com>
Sun, 4 Apr 2010 12:43:32 +0000
(13:43 +0100)
committer
Michel Pollet
<buserror@gmail.com>
Sun, 4 Apr 2010 12:43:32 +0000
(13:43 +0100)
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 <buserror@gmail.com>
simavr/sim/sim_avr.h
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/sim_avr.h
b/simavr/sim/sim_avr.h
index 4af20be5f8554491815199bcc0c822373ae29c51..9ef4fcf2c7b0091a109f7fc3fec8771968aed836 100644
(file)
--- 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;