emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building the igc branch on MS-Windows


From: Gerd Möllmann
Subject: Re: Building the igc branch on MS-Windows
Date: Thu, 25 Apr 2024 09:39:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Helmut Eller <eller.helmut@gmail.com> writes:

 The to_bytes function looks suspisious.  Here it helps to change it to:
>
>  static mps_word_t
>  to_bytes (mps_word_t nwords)
>  {
> -  return nwords << 3;
> +  return nwords * sizeof (mps_word_t);
>  }

Oops 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]