qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] There is a bug in ppc_prep.c?
@ 2005-05-22 19:07 Tero Kaarlela
  2005-05-23 10:48 ` J. Mayer
  0 siblings, 1 reply; 2+ messages in thread
From: Tero Kaarlela @ 2005-05-22 19:07 UTC (permalink / raw)
  To: qemu-devel

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
         

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-23 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-22 19:07 [Qemu-devel] There is a bug in ppc_prep.c? Tero Kaarlela
2005-05-23 10:48 ` J. Mayer

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 NNTP newsgroup(s).