commit | b689c622a69841abd91cb47b9c6deb0f735d2a3e | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Sep 22 23:26:21 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Sep 23 09:25:03 2009 +0200 |
tree | b544bac0f8a505db08d0f62876113e207c266d70 | |
parent | fe6549dfd76c278dbcd788b3c15c5e6e5ed32190 [diff] |
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>