<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>Raymond Toy pushed to branch rtoy-mmap-anon-control-and-binding-stacks at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/a97bcea0aeb4d6c75baccff24f7dead2ebbde95d">a97bcea0</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-10-18T22:12:48Z</i>
</div>
<pre class='commit-message'>Fix for NetBSD: Use control_stack/binding_stack instead of
CONTROL_STACK_START and BINDING_STACK_START.
>From Robert Swindells.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
src/lisp/NetBSD-os.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/commit/a97bcea0aeb4d6c75baccff24f7dead2ebbde95d#diff-0'>
<strong>
src/lisp/NetBSD-os.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/lisp/NetBSD-os.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/lisp/NetBSD-os.c
</span><span style="color: #aaaaaa">@@ -277,8 +277,8 @@ valid_addr(os_vm_address_t addr)
</span> #ifndef GENCGC
|| in_range_p(addr, DYNAMIC_1_SPACE_START, dynamic_space_size)
#endif
<span style="color: #000000;background-color: #ffdddd">- || in_range_p(addr, CONTROL_STACK_START, control_stack_size)
- || in_range_p(addr, BINDING_STACK_START, binding_stack_size))
</span><span style="color: #000000;background-color: #ddffdd">+ || in_range_p(addr, control_stack, control_stack_size)
+ || in_range_p(addr, binding_stack, binding_stack_size))
</span> return TRUE;
return FALSE;
}
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/a97bcea0aeb4d6c75baccff24f7dead2ebbde95d">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/a97bcea0aeb4d6c75baccff24f7dead2ebbde95d"}}</script>
</p>
</div>
</body>
</html>