qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f976b0: PPC: Fix compilation with TCG debug


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f976b0: PPC: Fix compilation with TCG debug
Date: Sun, 22 Dec 2013 14:00:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f976b09ea249cccc3fd41c98aaf6512908db0bae
      
https://github.com/qemu/qemu/commit/f976b09ea249cccc3fd41c98aaf6512908db0bae
  Author: Alexander Graf <address@hidden>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M target-ppc/translate.c

  Log Message:
  -----------
  PPC: Fix compilation with TCG debug

The recent VSX patches broken compilation of QEMU when configurated
with --enable-debug, as it was treating "target long" TCG variables
as "i64" which is not true for 32bit targets.

This patch fixes all the places that the compiler has found to use
the correct variable type and if necessary manually cast.

Reported-by: Stefan Weil <address@hidden>
Signed-off-by: Alexander Graf <address@hidden>
Reviewed-by: Aurelien Jarno <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>



reply via email to

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