diff options
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 2 |
1 files changed, 1 insertions, 1 deletions
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. |