qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] one line patch for hw/pl110.c


From: Paul Brook
Subject: Re: [Qemu-devel] one line patch for hw/pl110.c
Date: Thu, 2 Mar 2006 23:58:24 +0000
User-agent: KMail/1.9.1

On Wednesday 01 March 2006 12:39, Tao Huang wrote:
> diff -u -r1.2 pl110.c
> --- hw/pl110.c  6 Feb 2006 16:05:19 -0000       1.2
> +++ hw/pl110.c  1 Mar 2006 12:35:07 -0000
> @@ -321,6 +321,7 @@
>          n = (offset - 0x200) >> 2;
>          s->raw_pallette[(offset - 0x200) >> 2] = val;
>          pl110_update_pallette(s, n);
> +        return;
>      }
>      switch (offset >> 2) {
>      case 0: /* LCDTiming0 */

Applied, thanks.

Paul




reply via email to

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