commit | 0a209d4bb119b92eb14b9afab55cef5bc0555554 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Sep 21 17:18:16 2012 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Sep 26 00:31:17 2012 +0200 |
tree | cd74b583c63ddce227116639dc1176de2d69e358 | |
parent | 717e70368bdc339d241f84aba00ed72d051e0236 [diff] |
tcg: Sanity check goto_tb input Checking that we don't try for idx != [01] is trivial. Checking that we don't issue more than one of any index requires a tad more data and some ifdefs protecting that new variable. Signed-off-by: Richard Henderson <rth@twiddle.net> Cc: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>