public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@moxielogic.com>
To: libffi-discuss@sourceware.org
Subject: Re: patch for windows CE/Mobile arm
Date: Sat, 12 Nov 2011 21:14:00 -0000	[thread overview]
Message-ID: <4EBEE1B1.5070401@moxielogic.com> (raw)
In-Reply-To: <CE0D20F3-B765-43BE-847C-F295969DE602@users.sf.net>

On 10/11/2011 9:47 AM, Timothy Wall wrote:
> wce/wme has maximum alignment of 4 bytes.
>

Thanks, I applied this with a minor tweak.

Your patch has...

        if (alignment < 4)
  	alignment = 4;
+#ifdef _WIN32_WCE
+      if (alignment > 4)
+        alignment = 4;
+#endif

I added an "else" immediately after #ifdef _WIN32_WCE.

Thanks,

AG

      reply	other threads:[~2011-11-12 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-11 13:48 Timothy Wall
2011-11-12 21:14 ` Anthony Green [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EBEE1B1.5070401@moxielogic.com \
    --to=green@moxielogic.com \
    --cc=libffi-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).