GUACAMOLE-587: Increase max number of elements per instruction.

This commit is contained in:
Nick Couchman 2018-07-05 16:42:33 -04:00
parent da1e078242
commit adcdb080cb

View File

@ -39,7 +39,7 @@
/** /**
* The maximum number of elements per instruction, including the opcode. * The maximum number of elements per instruction, including the opcode.
*/ */
#define GUAC_INSTRUCTION_MAX_ELEMENTS 64 #define GUAC_INSTRUCTION_MAX_ELEMENTS 128
#endif #endif