From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbJ1S-0001Mj-RP for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:34:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbJ1R-0004Pb-Qr for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:34:54 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:62865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbJ1R-0004PW-Dh for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:34:53 -0500 From: Stefan Weil Date: Fri, 7 Jan 2011 21:34:50 +0100 Message-Id: <1294432490-28871-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] tcg/README: Spelling fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Signed-off-by: Stefan Weil --- tcg/README | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tcg/README b/tcg/README index 68d27ff..a2b69dd 100644 --- a/tcg/README +++ b/tcg/README @@ -75,11 +75,11 @@ destroyed, but local temporaries and globals are preserved. * Helpers: Using the tcg_gen_helper_x_y it is possible to call any function -taking i32, i64 or pointer types. By default, before calling an helper, +taking i32, i64 or pointer types. By default, before calling a helper, all globals are stored at their canonical location and it is assumed -that the function can modify them. This can be overriden by the +that the function can modify them. This can be overridden by the TCG_CALL_CONST function modifier. By default, the helper is allowed to -modify the CPU state or raise an exception. This can be overriden by +modify the CPU state or raise an exception. This can be overridden by the TCG_CALL_PURE function modifier, in which case the call to the function is removed if the return value is not used. @@ -488,7 +488,7 @@ register. the speed of the translation. - Don't hesitate to use helpers for complicated or seldom used target - intructions. There is little performance advantage in using TCG to + instructions. There is little performance advantage in using TCG to implement target instructions taking more than about twenty TCG instructions. -- 1.7.2.3