Nit: Add Break to default case.

This commit is contained in:
kmather73
2018-12-16 01:15:20 -08:00
parent 73708f4582
commit 5ce2f715ce

View File

@@ -301,6 +301,7 @@ void GPU::CallMethod(const MethodCall& method_call) {
}
default:
LOG_ERROR(HW_GPU, "Special puller engine method {:X} not implemented", static_cast<u32>(method));
break;
}
return;
}