All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kaarlela <turo.kaarlela@co.inet.fi>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] There is a bug in ppc_prep.c?
Date: Sun, 22 May 2005 22:07:56 +0300	[thread overview]
Message-ID: <4290D88C.5020004@co.inet.fi> (raw)

Hi,

     I just browsed CVS repository and found following from ppc_prep.c:

       

/* Check LE mode */
        if (val & 0x02) {
            printf("Little Endian mode isn't supported (yet ?)\n");
            abort();

   shouldnt this be ie:

/* Check LE mode */
        if (val & 0x02) {
            printf("Switching to Little Endian mode...");
           /* abort(); */


?

Tero Kaarlela
         

             reply	other threads:[~2005-05-22 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-22 19:07 Tero Kaarlela [this message]
2005-05-23 10:48 ` [Qemu-devel] There is a bug in ppc_prep.c? J. Mayer

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=4290D88C.5020004@co.inet.fi \
    --to=turo.kaarlela@co.inet.fi \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.