gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
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 f5d704be7..a720aa3e9 100755
--- a/gcl/o/sgbc.c
+++ b/gcl/o/sgbc.c
@@ -1569,7 +1569,7 @@ memory_protect(int on) {
writable = IS_WRITABLE(beg);
for (i=beg ; ++i<= end; ) {
- if (writable==IS_WRITABLE(i) && i<=end) continue;
+ if (writable==IS_WRITABLE(i) && i<end) continue;
if (sgc_mprotect(beg,i-beg,writable))
return -1;
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月06日 03:42:57 +0000

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