qemu-ppc
[Top][All Lists]
Advanced

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

RE: [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree


From: Luis Fernando Fujita Pires
Subject: RE: [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree
Date: Mon, 31 May 2021 17:42:37 +0000

From: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
>      .opc1 = op1,                                                             
>  \
> @@ -1353,7 +1352,6 @@ typedef struct opcode_t {
>          .type = _typ,                                                        
>  \
>          .type2 = _typ2,                                                      
>  \
>          .handler = &gen_##name,                                              
>  \
> -        .oname = stringify(name),                                            
>  \
>      },                                                                       
>  \
>      .oname = stringify(name),                                                
>  \
>  }

I guess you could remove oname from opcode_t too, now that it's not being used 
anywhere.

--
Luis Pires
Instituto de Pesquisas ELDORADO 
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>




reply via email to

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