<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<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/e9838801cfb11544d7650adcca40363c84054954">e9838801</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-11T19:28:39-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Fix compiler warnings.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
src/lisp/solaris-os.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e9838801cfb11544d7650adcca40363c84054954#diff-0">
<strong>
src/lisp/solaris-os.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/lisp/solaris-os.c
</span><span style="background: #ddffdd; color: #000000">+++ b/src/lisp/solaris-os.c
</span><span style="color: #aaaaaa">@@ -199,8 +199,8 @@ boolean valid_addr(os_vm_address_t addr)
</span> #ifndef GENCGC
            || in_range_p(addr, DYNAMIC_1_SPACE_START, dynamic_space_size)
 #endif
<span style="background: #ffdddd; color: #000000">-         || in_range_p(addr, control_stack, control_stack_size)
-           || in_range_p(addr, binding_stack, binding_stack_size));
</span><span style="background: #ddffdd; color: #000000">+            || in_range_p(addr, (lispobj)control_stack, control_stack_size)
+           || in_range_p(addr, (lispobj)binding_stack, binding_stack_size));
</span> }
 
 /* ---------------------------------------------------------------- */
<span style="color: #aaaaaa">@@ -414,7 +414,7 @@ os_vm_address_t round_up_sparse_size(os_vm_address_t addr)
</span>  * below.
  */
 static os_vm_address_t spaces[] = {
<span style="background: #ffdddd; color: #000000">-    READ_ONLY_SPACE_START, STATIC_SPACE_START
</span><span style="background: #ddffdd; color: #000000">+    READ_ONLY_SPACE_START, STATIC_SPACE_START,
</span> #ifndef RELOCATABLE_STACK_START
     BINDING_STACK_START,
     CONTROL_STACK_START
<span style="color: #aaaaaa">@@ -441,7 +441,7 @@ static unsigned long *space_size[] = {
</span> #define HOLE_SIZE 0x2000
 
 void
<span style="background: #ffdddd; color: #000000">-make_hole(char *space_start, size_t space_size)
</span><span style="background: #ddffdd; color: #000000">+make_hole(os_vm_address_t space_start, size_t space_size)
</span> {
     os_vm_address_t hole;
 
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e9838801cfb11544d7650adcca40363c84054954">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<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/e9838801cfb11544d7650adcca40363c84054954"}}</script>
</p>
</div>
</body>
</html>