On 7/5/21 1:34 PM, Taylor Simpson wrote:
+ char *name = (char *)opcode_names[opcode];
+ if (strncmp(name, test, strlen(test)) == 0) {
Why did you cast away const here? r~
On 7/5/21 1:34 PM, Taylor Simpson wrote:
+ char *name = (char *)opcode_names[opcode];
+ if (strncmp(name, test, strlen(test)) == 0) {
Why did you cast away const here? r~