Minor fix to hsa_amd_image_descriptor_t.
Change uint32_t data[0]; to uint32_t data[1]; [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1251050]
This commit is contained in:
@@ -1139,7 +1139,7 @@ typedef struct hsa_amd_image_descriptor_s {
|
||||
/*
|
||||
Start of vendor specific data.
|
||||
*/
|
||||
uint32_t data[0];
|
||||
uint32_t data[1];
|
||||
} hsa_amd_image_descriptor_t;
|
||||
|
||||
/**
|
||||
|
||||
مرجع در شماره جدید
Block a user