Explorar o código

fix bogus fall-through

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
f16a1dcb0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/datawizard/malloc.c

+ 1 - 1
src/datawizard/malloc.c

@@ -627,8 +627,8 @@ _starpu_malloc_on_node(unsigned dst_node, size_t size, int flags)
 				{
 					addr = (uintptr_t)ptr;
 				}
-				break;
 #endif
+			break;
 		}
 #endif
 	        case STARPU_DISK_RAM: