Skip to content
Snippets Groups Projects
Commit c9bbdea8 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Merge branch 'fix/andre/clobber-typo' into 'master'

[Kernel] fix typos in message

See merge request frama-c/frama-c!2273
parents 7b460d6c 3e84a7e0
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,8 @@ object(self) ...@@ -138,8 +138,8 @@ object(self)
let once = true in let once = true in
Kernel.warning Kernel.warning
~once ~source ~once ~source
"Clobber list contain \"memory\" argument. Assuming no \ "Clobber list contains \"memory\" argument. Assuming no \
side-effect beyond those mentioned in operands." side effects beyond those mentioned in operands."
end; end;
let to_id_term lv = let to_id_term lv =
Logic_const.new_identified_term Logic_const.new_identified_term
......
[kernel] Parsing tests/syntax/gnu-asm-aesni.c (with preprocessing) [kernel] Parsing tests/syntax/gnu-asm-aesni.c (with preprocessing)
[kernel] tests/syntax/gnu-asm-aesni.c:93: Warning: [kernel] tests/syntax/gnu-asm-aesni.c:93: Warning:
Clobber list contain "memory" argument. Assuming no side-effect beyond those mentioned in operands. Clobber list contains "memory" argument. Assuming no side effects beyond those mentioned in operands.
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "__fc_builtin.h" #include "__fc_builtin.h"
#include "string.h" #include "string.h"
......
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