On Sat, Sep 9, 2017 at 12:17 PM, Chih-Wei Huang wrote:
> Since commit 552aaa11 the compiler complains:
>
> external/mesa/src/amd/common/ac_debug.c:124:51: error: use of undeclared
> identifier 'gfx9d_reg_table'; did you mean 'sid_reg_table'?
> reg = find_register(gfx9d_reg_table,
On 09.09.2017 19:17, Chih-Wei Huang wrote:
Since commit 552aaa11 the compiler complains:
external/mesa/src/amd/common/ac_debug.c:124:51: error: use of undeclared
identifier 'gfx9d_reg_table'; did you mean 'sid_reg_table'?
reg = find_register(gfx9d_reg_table,
ARRAY_SIZE(gfx9d_r
Since commit 552aaa11 the compiler complains:
external/mesa/src/amd/common/ac_debug.c:124:51: error: use of undeclared
identifier 'gfx9d_reg_table'; did you mean 'sid_reg_table'?
reg = find_register(gfx9d_reg_table,
ARRAY_SIZE(gfx9d_reg_table), offset);