From: Mike Frysinger Date: Sun, 9 Jan 2011 08:45:45 +0000 (-0500) Subject: tcg: fix typo in readme X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=759c90ba3d4f8dcb748d7719f7ea82b181ffd590;p=qemu-xen-4.1-testing.git tcg: fix typo in readme Signed-off-by: Mike Frysinger Signed-off-by: Blue Swirl --- diff --git a/tcg/README b/tcg/README index a2b69ddf8..a18a87ffc 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).