Skip to content
Snippets Groups Projects
Commit e8fcf669 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[e-acsl-gcc.sh] Added code for segment-based model

parent 713f70a1
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,7 @@ mmodel_sources() {
model=""
case "$1" in
bittree) model="bittree_model/e_acsl_bittree_mmodel.c" ;;
segment) model="segment_model/e_acsl_segment_mmodel.c" ;;
*) error "Memory model '$1' does not exist" ;;
esac
model="$EACSL_SHARE/$model"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment