qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] fix some bugs from code review
@ 2007-04-02  5:09 Wang Cheng Yeh
  0 siblings, 0 replies; only message in thread
From: Wang Cheng Yeh @ 2007-04-02  5:09 UTC (permalink / raw)
  To: qemu-devel


[-- Attachment #1.1: Type: text/plain, Size: 7 bytes --]

thanks

[-- Attachment #1.2: Type: text/html, Size: 7 bytes --]

[-- Attachment #2: new_pat.txt --]
[-- Type: text/plain, Size: 1005 bytes --]

Index: hw/lsi53c895a.c
===================================================================
RCS file: /sources/qemu/qemu/hw/lsi53c895a.c,v
retrieving revision 1.4
diff -r1.4 lsi53c895a.c
1048a1049
>                 s->carry = op1;
Index: hw/smc91c111.c
===================================================================
RCS file: /sources/qemu/qemu/hw/smc91c111.c,v
retrieving revision 1.5
diff -r1.5 smc91c111.c
449c449,451
<         case 8: /* Free memory available.  */
---
>         case 8: /* Memory size.  */
>             return NUM_PACKETS;
>         case 9: /* Free memory available.  */
460,461d461
<         case 9: /* Memory size.  */
<             return NUM_PACKETS;
Index: target-arm/translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-arm/translate.c,v
retrieving revision 1.47
diff -r1.47 translate.c
2586c2586
<     cpu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%d %x\n", 
---
>     cpu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%d\n", 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-02  5:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02  5:09 [Qemu-devel] fix some bugs from code review Wang Cheng Yeh

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).