summaryrefslogtreecommitdiffstats
path: root/asmrun/array.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-12-05 13:32:15 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-12-05 13:32:15 +0000
commit04398ed8f4d7b21a920ae4fcd34ab064c4246991 (patch)
tree2ba58e2f27f4b04fc43dbff3670353ed9a50c2e5 /asmrun/array.c
parent99e068a0ddcdc6943ab7ebe75b265e1a7929f8e5 (diff)
Fin modif detection acces hors bornes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@510 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmrun/array.c')
-rw-r--r--asmrun/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/array.c b/asmrun/array.c
index 91bacafd3..15eed72f1 100644
--- a/asmrun/array.c
+++ b/asmrun/array.c
@@ -108,5 +108,5 @@ value make_array(init)
void array_bound_error()
{
- fatal_error("out-of-bound access in array or string");
+ fatal_error("Fatal error: out-of-bound access in array or string\n");
}