Commit 0aa09897 authored by Alexey Kardashevskiy's avatar Alexey Kardashevskiy Committed by Anthony Liguori
Browse files

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: default avatarAlexey Kardashevskiy <aik@ozlabs.ru>
Message-id: 1366616571-4321-1-git-send-email-aik@ozlabs.ru
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent f1ab7a5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@

#include "exec/cputlb.h"
#include "translate-all.h"
#include "qemu/timer.h"

//#define DEBUG_TB_INVALIDATE
//#define DEBUG_FLUSH