diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-01-07 21:00:25 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-01-13 10:36:59 +0000 |
commit | 5c84bd904ba0aacdb295df5ff7c90ef941f469bb (patch) | |
tree | bb925e0a93e6d891c820c7fc0d49ae8226e2e7b7 /tcg/arm/tcg-target.c | |
parent | bd947d30b6757067fa8f8407ef248fd8645383ee (diff) | |
download | hqemu-5c84bd904ba0aacdb295df5ff7c90ef941f469bb.zip hqemu-5c84bd904ba0aacdb295df5ff7c90ef941f469bb.tar.gz |
tcg-arm: fix a typo in comments
ARM still doesn't support 16GB buffers in 32-bit modes, replace the
16GB by 16MB in the comment.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'tcg/arm/tcg-target.c')
-rw-r--r-- | tcg/arm/tcg-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index 1d32798..5b233f5 100644 --- a/tcg/arm/tcg-target.c +++ b/tcg/arm/tcg-target.c @@ -843,7 +843,7 @@ static inline void tcg_out_st8(TCGContext *s, int cond, } /* The _goto case is normally between TBs within the same code buffer, - * and with the code buffer limited to 16GB we shouldn't need the long + * and with the code buffer limited to 16MB we shouldn't need the long * case. * * .... except to the prologue that is in its own buffer. |