Make likely/unlikely accessible also in hw/.

Revert the logfile->stderr change.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3194 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-09-20 13:24:53 +00:00
parent a50a6282d7
commit 2e03286b9a
4 changed files with 12 additions and 4 deletions

View file

@ -46,9 +46,6 @@ void omap_badwidth_write32(void *opaque, target_phys_addr_t addr,
OMAP_32B_REG(addr);
}
#define likely
#define unlikely
/* Interrupt Handlers */
struct omap_intr_handler_s {
qemu_irq *pins;