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

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] 6+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).