aboutsummaryrefslogtreecommitdiffstats
path: root/util/memory.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/memory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/memory.c b/util/memory.c
index cb8a3b3e3..c062bdd5f 100644
--- a/util/memory.c
+++ b/util/memory.c
@@ -406,6 +406,9 @@ out_of_core(size_t n, int secure)
log_info ("(this may be caused by too many secret keys used "
"simultaneously or due to excessive large key sizes)\n");
}
+#if defined(M_GUARD) && defined(__riscos__)
+ abort();
+#endif
exit (2);
}