From fab70e4fe3b9e1fd20a333f17b667c7a85a835fb Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 14 Jul 2019 16:08:15 +0200 Subject: minor update for the genode target --- lib/genode/alloc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/genode/alloc.nim') diff --git a/lib/genode/alloc.nim b/lib/genode/alloc.nim index 52dc1c32c..a21a3ad7b 100644 --- a/lib/genode/alloc.nim +++ b/lib/genode/alloc.nim @@ -70,7 +70,7 @@ proc newMapSlab(): ptr MapSlab = iterator items(s: ptr MapSlab): ptr Map = let mapCount = (SlabBackendSize - sizeof(SlabMeta)) div sizeof(Map) - for i in 0 ..