Statistics
| Branch: | Revision:

root / compiler.h @ 9f4facbc

History | View | Annotate | Download (1 kB)

# Date Author Comment
5c026320 07/21/2011 10:48 pm Luiz Capitulino

Introduce compiler.h header file

This moves compiler related macros from qemu-common.h to compiler.h.

The reason for this change is that there are simple header files that
depend only on the compiler macros, so including qemu-common.h is overkill.

Besides, qemu-common.h is bloated and will benefit from some splitting....