Message ID | 1306065760-4541-2-git-send-email-weil@mail.berlios.de |
---|---|
State | Accepted |
Headers | show |
On Sun, May 22, 2011 at 02:02:40PM +0200, Stefan Weil wrote: > Signed-off-by: Stefan Weil <weil@mail.berlios.de> > --- > tcg/tcg.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan
diff --git a/tcg/tcg.h b/tcg/tcg.h index cecef63..183a446 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -129,7 +129,7 @@ typedef tcg_target_ulong TCGArg; We use plain int by default to avoid this runtime overhead. Users of tcg_gen_* don't need to know about any of this, and should treat TCGv as an opaque type. - In additon we do typechecking for different types of variables. TCGv_i32 + In addition we do typechecking for different types of variables. TCGv_i32 and TCGv_i64 are 32/64-bit variables respectively. TCGv and TCGv_ptr are aliases for target_ulong and host pointer sized values respectively. */
Signed-off-by: Stefan Weil <weil@mail.berlios.de> --- tcg/tcg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)