diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:45:45 -0500 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-01-09 21:01:01 +0000 |
commit | 759c90ba3d4f8dcb748d7719f7ea82b181ffd590 (patch) | |
tree | 8340b9d478b29ccf2886f80f3a8f1705228600cd /tcg/README | |
parent | aa95e3a57fe4c9485c7540ab64c6d4883e4cd01d (diff) |
tcg: fix typo in readme
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 a2b69ddf88..a18a87ffcd 100644 --- a/tcg/README +++ b/tcg/README @@ -364,7 +364,7 @@ formed from two 32-bit arguments. The result is a 32-bit value. ********* QEMU specific operations -* tb_exit t0 +* exit_tb t0 Exit the current TB and return the value t0 (word type). |