On 04/13/2011 08:04 AM, Stefan Hajnoczi wrote:
On Wed, Apr 13, 2011 at 1:43 PM, Anthony Liguori wrote:
diff --git a/roms/seabios b/roms/seabios
index cc97564..06d0bdd 16
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit cc975646af69f279396d4d5e1379ac6af80ee637
+Subproject
On Wed, Apr 13, 2011 at 1:43 PM, Anthony Liguori wrote:
> diff --git a/roms/seabios b/roms/seabios
> index cc97564..06d0bdd 16
> --- a/roms/seabios
> +++ b/roms/seabios
> @@ -1 +1 @@
> -Subproject commit cc975646af69f279396d4d5e1379ac6af80ee637
> +Subproject commit 06d0bdd9e2e20377b3180e4986b1
gcc 4.5.2 correctly complains that r is potentially uninitialized in this
function.
Signed-off-by: Anthony Liguori
---
hw/milkymist-pfpu.c |2 +-
roms/seabios|2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/milkymist-pfpu.c b/hw/milkymist-pfpu.c
index 4831