All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH 1/2] gen-icount: add missing inline to gen_tb_end
@ 2017-06-15 23:04 ` Emilio G. Cota
  0 siblings, 0 replies; 12+ messages in thread
From: Emilio G. Cota @ 2017-06-15 23:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Anthony Green, Mark Cave-Ayland, Max Filippov,
	Guan Xuetao, Lluís Vilanova, Marek Vasut, Alexander Graf,
	Richard Henderson, Artyom Tarasenko, Eduardo Habkost, qemu-arm,
	Yongbok Kim, Stafford Horne, David Gibson, Bastian Koppelmann,
	Chris Wulff, Laurent Vivier, Michael Walle, qemu-ppc,
	Paolo Bonzini, Aurelien Jarno

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 include/exec/gen-icount.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/exec/gen-icount.h b/include/exec/gen-icount.h
index 62d462e..547c979 100644
--- a/include/exec/gen-icount.h
+++ b/include/exec/gen-icount.h
@@ -44,7 +44,7 @@ static inline void gen_tb_start(TranslationBlock *tb)
     tcg_temp_free_i32(count);
 }
 
-static void gen_tb_end(TranslationBlock *tb, int num_insns)
+static inline void gen_tb_end(TranslationBlock *tb, int num_insns)
 {
     if (tb->cflags & CF_USE_ICOUNT) {
         /* Update the num_insn immediate parameter now that we know
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-06-16 18:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-15 23:04 [Qemu-arm] [PATCH 1/2] gen-icount: add missing inline to gen_tb_end Emilio G. Cota
2017-06-15 23:04 ` [Qemu-devel] " Emilio G. Cota
2017-06-15 23:04 ` [Qemu-arm] [PATCH 2/2] gen-icount: pass cpu_env as a parameter to gen_* inlines Emilio G. Cota
2017-06-15 23:04   ` [Qemu-devel] " Emilio G. Cota
2017-06-16  2:54   ` [Qemu-arm] " Richard Henderson
2017-06-16  2:54     ` [Qemu-devel] " Richard Henderson
2017-06-16  8:32   ` [Qemu-arm] " Paolo Bonzini
2017-06-16  8:32     ` [Qemu-devel] " Paolo Bonzini
2017-06-16 18:50     ` [Qemu-arm] " Emilio G. Cota
2017-06-16 18:50       ` [Qemu-devel] " Emilio G. Cota
2017-06-16  2:54 ` [Qemu-arm] [PATCH 1/2] gen-icount: add missing inline to gen_tb_end Richard Henderson
2017-06-16  2:54   ` [Qemu-devel] " Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.