clang: fix compilation on 3.6

This commit is contained in:
scribam 2018-07-12 21:15:07 +02:00 committed by Ivan
parent b09321354a
commit b36d0fd59f

View File

@ -28,7 +28,7 @@ const u32 tiled_pitches[] = {
struct CellGcmSysConfig {
u32 zculls_addr;
vm::ptr<CellGcmDisplayInfo> gcm_buffers{ vm::null };
vm::ptr<CellGcmDisplayInfo> gcm_buffers = vm::null;
u32 tiles_addr;
u32 ctxt_addr;
CellGcmConfig current_config;