diff --git a/client/coproc_detect.cpp b/client/coproc_detect.cpp index 8849d01796..9bc22774b9 100644 --- a/client/coproc_detect.cpp +++ b/client/coproc_detect.cpp @@ -427,9 +427,9 @@ void COPROC_CUDA::get( // fake a NVIDIA GPU (for debugging) // -void COPROC_CUDA::fake(double ram, int count) { +void COPROC_CUDA::fake(double ram, int n) { strcpy(type, "CUDA"); - count = count; + count = n; for (int i=0; i