gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2014年08月18日 21:19:39 +0000
committerCamm Maguire <camm@debian.org>2014年08月18日 21:19:39 +0000
commite8f1413f2d12c655701ad3e6d278798fa0930b1c (patch)
treef5c2ef6c195e4d8fddf9e8c39dc68fe8638f8ae0
parent9a413d1ece0aaf38bcbf0398be99f441bed667b6 (diff)
downloadgcl-e8f1413f2d12c655701ad3e6d278798fa0930b1c.tar.gz
memory_protect return
Diffstat
-rwxr-xr-xgcl/o/sgbc.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/sgbc.c b/gcl/o/sgbc.c
index 2f37cad6c..772767f01 100755
--- a/gcl/o/sgbc.c
+++ b/gcl/o/sgbc.c
@@ -1554,7 +1554,7 @@ memory_protect(int on) {
if (on==0) {
sgc_mprotect(first_protectable_page,end-first_protectable_page,SGC_WRITABLE);
install_segmentation_catcher();
- return;
+ return 0;
}
INSTALL_MPROTECT_HANDLER;
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月06日 04:41:25 +0000

AltStyle によって変換されたページ (->オリジナル) /