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

Fixed ordering of plugins

parent 42b3289d
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,8 @@ do
;;
--rte|-a)
shift
OPTION_RTE="-rte -rte-mem -rte-no-float-to-int -no-warn-signed-overflow -no-warn-unsigned-overflow"
OPTION_RTE="-rte -rte-mem -rte-no-float-to-int
-no-warn-signed-overflow -no-warn-unsigned-overflow -then"
;;
# A memory model (or models) to link against
-m|--memory-model)
......@@ -479,11 +480,10 @@ if [ -n "$OPTION_INSTRUMENT" ]; then
$OPTION_FRAMA_STDLIB \
$OPTION_FULL_MMODEL \
$OPTION_GMP \
$OPTION_RTE \
"$@" \
$OPTION_EACSL \
-print \
-ocode "$OPTION_OUTPUT_CODE");
$OPTION_RTE \
$OPTION_EACSL -then-last \
-print -ocode "$OPTION_OUTPUT_CODE");
error "aborted by Frama-C" $?;
# Print translated code
if [ -n "$OPTION_PRINT" ]; then
......
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