qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 16/24] tb_flush helper should flush the tb (and not


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 16/24] tb_flush helper should flush the tb (and not the tlb).
Date: Fri, 13 Mar 2009 15:20:35 +0100

Looks to be a typo fix.

Signed-off-by: Tristan Gingold <address@hidden>
---
 target-alpha/op_helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c
index fde30c0..4b6ada7 100644
--- a/target-alpha/op_helper.c
+++ b/target-alpha/op_helper.c
@@ -29,7 +29,7 @@
 
 void helper_tb_flush (void)
 {
-    tlb_flush(env, 1);
+    tb_flush(env);
 }
 
 /*****************************************************************************/
-- 
1.6.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]