]> git.proxmox.com Git - qemu.git/commitdiff
tcg/README: document tcg_gen_goto_tb restrictions
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 21 Sep 2012 00:18:07 +0000 (04:18 +0400)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 13:10:22 +0000 (15:10 +0200)
See
http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg03196.html
for the whole story.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/README

index d03ae05e34f03134b7466fe601ebd30b7352d78c..33783ee17b46fc001e3783785fc075d485907896 100644 (file)
@@ -392,7 +392,8 @@ Exit the current TB and return the value t0 (word type).
 
 Exit the current TB and jump to the TB index 'index' (constant) if the
 current TB was linked to this TB. Otherwise execute the next
-instructions.
+instructions. Only indices 0 and 1 are valid and tcg_gen_goto_tb may be issued
+at most once with each slot index per TB.
 
 * qemu_ld8u t0, t1, flags
 qemu_ld8s t0, t1, flags