All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.nop@aon.at>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] compiler error in CONFIG_S3VGA
Date: Sun, 17 Apr 2005 20:52:00 +0200	[thread overview]
Message-ID: <20050417185200.GF15688@aon.at> (raw)

[-- Attachment #1: Type: text/plain, Size: 59 bytes --]

Hi,

qemu/hw/vga.c: typo: s/uinr32_t/uint32_t/

Thank you,

[-- Attachment #2: qemu.typedef_typo_in_DEBUG.diff --]
[-- Type: text/plain, Size: 497 bytes --]

diff -X excl -rduNp qemu.oorig/hw/vga.c qemu/hw/vga.c
--- qemu.oorig/hw/vga.c	2005-02-10 23:00:27.000000000 +0100
+++ qemu/hw/vga.c	2005-04-17 02:47:10.000000000 +0200
@@ -956,7 +956,7 @@ static void vga_get_offsets(VGAState *s,
         line_offset = s->cr[0x13];
 #ifdef CONFIG_S3VGA
         {
-            uinr32_t v;
+            uint32_t v;
             v = (s->cr[0x51] >> 4) & 3; /* S3 extension */
             if (v == 0)
                 v = (s->cr[0x43] >> 2) & 1; /* S3 extension */


             reply	other threads:[~2005-04-17 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-17 18:52 Bernhard Fischer [this message]
2005-04-17 19:31 ` [Qemu-devel] compiler error in CONFIG_S3VGA Fabrice Bellard
2005-04-17 21:01   ` Bernhard Fischer

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=20050417185200.GF15688@aon.at \
    --to=rep.nop@aon.at \
    --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.