]> git.proxmox.com Git - qemu.git/commit
translate-all: fix compiler warning and linked error
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 22 Apr 2013 07:42:50 +0000 (17:42 +1000)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Apr 2013 13:47:33 +0000 (08:47 -0500)
commit0aa09897571c55292703b7a099d7ea79baa09950
treecb933cdbaefc2d1b40529cd81eba4b5f04a51623
parentf1ab7a5acf08dcc11638b22660ed87d5f6d633c2
translate-all: fix compiler warning and linked error

The code did use profile_getclock() but did not include
include/qemu/timer.h where this function is defined. The patch fixes this.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-id: 1366616571-4321-1-git-send-email-aik@ozlabs.ru
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
translate-all.c