Merge 1.0.0 changes back to master.

This commit is contained in:
Michael Jumper 2018-07-05 14:42:15 -07:00
commit 83f8dd50df

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