mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Revert "radeonsi: fix build with GCC 4.8"
This reverts commit485ece83ac. It's needed to revert7088b655e8.
This commit is contained in:
parent
6050d5bf3d
commit
b0d01bd303
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ static const struct si_pc_block_base cik_TCP = {
|
|||
.layout = SI_PC_MULTI_ALTERNATE,
|
||||
};
|
||||
|
||||
static const struct si_pc_block_base cik_VGT = {
|
||||
static const struct si_pc_block_base cik_VGT = (const struct si_pc_block_base) {
|
||||
.name = "VGT",
|
||||
.num_counters = 4,
|
||||
.flags = R600_PC_BLOCK_SE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue