ecos_kernel_test: transfer instr_count, lowest- and highest_addr between STEP 2 and 3
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1477 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -32,11 +32,6 @@ cat <<EOF
|
||||
// nm -C $(basename $1)|fgrep _etext
|
||||
#define ECOS_TEXT_END 0x`addrof $1 _etext`
|
||||
|
||||
// number of instructions the target executes under non-error conditions from ENTRY to FINISH:
|
||||
#define ECOS_NUMINSTR 71618
|
||||
// number of instructions that are executed additionally for error corrections
|
||||
// (this is a rough guess ... TODO)
|
||||
#define ECOS_RECOVERYINSTR 0x2000
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user