From 811d4cf4b08ba141b7f9c3481c5ab50d47123499 Mon Sep 17 00:00:00 2001 From: balrog Date: Mon, 19 May 2008 23:59:38 +0000 Subject: ARM host support for TCG targets. Updated from previous version to use the tcg prologue/epilogue mechanism, may be slower than direct call. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4500 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/README') diff --git a/tcg/README b/tcg/README index c879142141..9764c03ff3 100644 --- a/tcg/README +++ b/tcg/README @@ -75,7 +75,7 @@ depending on their declarations). * Helpers: Using the tcg_gen_helper_x_y it is possible to call any function -taking i32, i64 or pointer types types. Before calling an helper, all +taking i32, i64 or pointer types. Before calling an helper, all globals are stored at their canonical location and it is assumed that the function can modify them. In the future, function modifiers will be allowed to tell that the helper does not read or write some globals. -- cgit v1.2.1