aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cexec.v
diff options
context:
space:
mode:
authorblazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-04 16:26:51 +0000
committerblazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-04 16:26:51 +0000
commit05f9369c759ecd957585feec6659e3c05e313a11 (patch)
treea5754d07e1c74af1dcd1e886bae3988647bc7f98 /cfrontend/Cexec.v
parent7155843b75086379eeaeaa6c89c824aebd58104e (diff)
downloadcompcert-kvx-05f9369c759ecd957585feec6659e3c05e313a11.tar.gz
compcert-kvx-05f9369c759ecd957585feec6659e3c05e313a11.zip
Ajout trunk CompCert
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1955 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cexec.v')
-rw-r--r--cfrontend/Cexec.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfrontend/Cexec.v b/cfrontend/Cexec.v
index f589fab3..8253873b 100644
--- a/cfrontend/Cexec.v
+++ b/cfrontend/Cexec.v
@@ -2087,3 +2087,10 @@ Definition at_final_state (S: state): option int :=
| Returnstate (Vint r) Kstop m => Some r
| _ => None
end.
+
+(*
+*** Local Variables: ***
+*** coq-prog-name: "/usr/local/bin/coqtop" ***
+*** coq-prog-args: ("-emacs-U" "-I" "../lib" "-I" "../common" "-I" "../cfrontend" "-I" "../backend") ***
+*** End: ***
+*) \ No newline at end of file