Actions
Task #8481
openNeed a way to specify the termination address for the test program
Start date:
10/05/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
When generation is finished MicroTESK checks whether the execution reaches the end of the program.
Currently, MicroTESK considers the end of the program to be the last instruction of the last sequence (e.g. the program's epilogue).
However, the end of epilogue might contain some supplementary code that does not necessarily executed last (handlers, termination for different PEs).
In such cases, MicroTESK mistakenly says that execution cannot reach the termination point. This causes generation to fail.
To avoid such situation, there must be a way to explicitly specify the termination point for each PE.
It can be a special pseudo instruction that marks the termination point or a way to specify the termination address for a PE.
Updated by Alexander Kamkin almost 5 years ago
- Assignee changed from Andrei Tatarnikov to Alexander Kamkin
- Priority changed from Urgent to Normal
Updated by Alexander Kamkin almost 5 years ago
- Subject changed from Need a way to specify the termination addresss for the test program. to Need a way to specify the termination address for the test program
Updated by Alexander Kamkin almost 5 years ago
- Target version changed from 2.4 to 2.5
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions