r600g: Add missing break to case statement
This commit is contained in:
@@ -260,6 +260,7 @@ const char * r600_llvm_gpu_string(enum radeon_family family)
|
||||
case CHIP_RV620:
|
||||
case CHIP_RV635:
|
||||
gpu_family = "r600";
|
||||
break;
|
||||
case CHIP_RS780:
|
||||
case CHIP_RS880:
|
||||
case CHIP_RV710:
|
||||
|
||||
Reference in New Issue
Block a user