qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] ARM: some more cleanups and potential bug fixes


From: Laurent Desnogues
Subject: [Qemu-devel] [PATCH] ARM: some more cleanups and potential bug fixes
Date: Sun, 7 Dec 2008 18:23:30 +0100

Hello,

this patch fixes a few things in some ARM target files.

1. op_helper.c:  add_cc should used its parameters;  this
   worked because the helper is currently called with
   cpu_T[01], but if someone decides to remove cpu_T
   this will be wrong

2. translate.c
   - typos
   - extraneous semi colons
   - extraneous break
   - unused functions removal.

HTH,

Laurent

Signed-off-by: Laurent Desnogues <address@hidden>

Attachment: arm-cosmetics2.patch
Description: Text Data


reply via email to

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