<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10/6/10 2:27 PM, Idwer Vollering wrote:
    <blockquote
      cite="mid:AANLkTim7HnDXkm=SLox-_SLr-a8SrrwEjacb=8j6iTMK@mail.gmail.com"
      type="cite">2010/10/6 Uwe Hermann <span dir="ltr"><<a
          moz-do-not-send="true" href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>></span><br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          See patch.<br>
        </blockquote>
        <div><br>
          Here is a fix for building on 32-bit platforms:<br>
          <br>
          Index: src/northbridge/intel/i440bx/raminit.c<br>
===================================================================<br>
          --- src/northbridge/intel/i440bx/raminit.c      (revision
          5917)<br>
          +++ src/northbridge/intel/i440bx/raminit.c      (working copy)<br>
          @@ -657,8 +657,8 @@<br>
           }<br>
          <br>
           struct dimm_size {<br>
          -       unsigned long side1;<br>
          -       unsigned long side2;<br>
          +       uint32_t side1;<br>
          +       uint32_t side2;<br>
           };<br>
        </div>
      </div>
    </blockquote>
    <br>
    What's that error? It seems the above should be about the same on
    32bit platforms, especially it should be the same on 32bit platforms
    and 64bit platforms, since the code is always compiled 32bit...<br>
    What did I miss?<br>
    <br>
    Stefan<br>
    <br>
  </body>
</html>