<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/20f530c4388452cf3f9f66ee11b424239f05da8c">20f530c4</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-10-19T21:13:12Z</i>
</div>
<pre class='commit-message'>Fix for FreeBSD:  Use control_stack/binding_stack instead of
CONTROL_STACK_START and BINDING_STACK_START.

Fred Gilham says the same fix is needed for FreeBSD as for NetBSD.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
src/lisp/FreeBSD-os.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/commit/20f530c4388452cf3f9f66ee11b424239f05da8c#diff-0'>
<strong>
src/lisp/FreeBSD-os.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/lisp/FreeBSD-os.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/lisp/FreeBSD-os.c
</span><span style="color: #aaaaaa">@@ -224,8 +224,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/20f530c4388452cf3f9f66ee11b424239f05da8c">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/20f530c4388452cf3f9f66ee11b424239f05da8c"}}</script>
</p>
</div>
</body>
</html>