qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/20] Hexagon HVX (target/hexagon) C preprocessor for decode


From: Richard Henderson
Subject: Re: [PATCH 10/20] Hexagon HVX (target/hexagon) C preprocessor for decode tree
Date: Sun, 25 Jul 2021 03:15:59 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]