qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 94616c: disas/microblaze.c: Don't define TRUE


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 94616c: disas/microblaze.c: Don't define TRUE or FALSE
Date: Thu, 28 Jan 2016 04:00:02 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 94616c2a32c47e92a65e7f430b8dd643943deb28
      
https://github.com/qemu/qemu/commit/94616c2a32c47e92a65e7f430b8dd643943deb28
  Author: Peter Maydell <address@hidden>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M disas/microblaze.c

  Log Message:
  -----------
  disas/microblaze.c: Don't define TRUE or FALSE

Don't define TRUE and FALSE locally or manually include stdio.h;
instead use osdep.h which provides them.

This is a necessary prerequisite for moving to "everywhere includes
osdep.h", because otherwise there is a compile error due to the
redefinition of TRUE and FALSE.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Acked-by: Edgar E. Iglesias <address@hidden>
Message-id: address@hidden


  Commit: 8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911
      
https://github.com/qemu/qemu/commit/8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911
  Author: Peter Maydell <address@hidden>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M hw/microblaze/boot.c
    M hw/microblaze/petalogix_ml605_mmu.c
    M hw/microblaze/petalogix_s3adsp1800_mmu.c
    M target-microblaze/cpu.c
    M target-microblaze/gdbstub.c
    M target-microblaze/helper.c
    M target-microblaze/mmu.c
    M target-microblaze/op_helper.c
    M target-microblaze/translate.c

  Log Message:
  -----------
  microblaze: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <address@hidden>
Acked-by: Edgar E. Iglesias <address@hidden>
Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/39c36a0573d9...8fd9dece6599

reply via email to

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