Forráskód Böngészése

Fixed missing variable.

woollybah 5 éve
szülő
commit
88916a08d5
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      platform.mod/glue.c

+ 1 - 0
platform.mod/glue.c

@@ -5,6 +5,7 @@ int bmx_os_getproccount() {
 	int procCount = 0;
 
 #ifdef __APPLE__
+	uint32_t cpuCount;
 	int name[2] = { CTL_HW, HW_NCPU };
 
 	size_t size = sizeof(cpuCount);