video_core/control_flow: Prevent sign conversion in TryGetBlock()
The return value is a u32, not an s32, so this would result in an implicit signedness conversion.
Loading
Please register or sign in to comment
The return value is a u32, not an s32, so this would result in an implicit signedness conversion.