]> www.infradead.org Git - users/dwmw2/qemu.git/commit
exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 stable-0.10 origin/stable-0.10
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 22 Sep 2009 21:26:21 +0000 (23:26 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 22 Sep 2009 21:33:44 +0000 (23:33 +0200)
commitb38d3f24d285172b647ba34482ebc06e28f5fb87
tree5f2d07adf292a0ca6b85975cca86c026bab41b3d
parent5c59f6c246249f4c03281d0ab02b81f38f65b398
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