exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 22 Sep 2009 21:26:21 +0000 (23:26 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 23 Sep 2009 07:25:03 +0000 (09:25 +0200)
commitfdc83d6aa10cc38950d8d4d4a4afa46e89012cc2
treeb544bac0f8a505db08d0f62876113e207c266d70
parentb7bdbcd9e1330d7028c2528812e10626b91b4874
exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64

The x86_64 ror instruction on a 32-bit host can generate up to 77 TCG
ops. Some more space should be left for opc that are added at the end
of the translation.

Thanks to Laurent Desnogues for the debugging help.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec-all.h