From 7ecdced4860d12b8f484e0b222d08192be4a56eb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 30 Aug 2024 15:59:07 +0200 Subject: [BOX32] Added more 32bits wrapped function and fixes --- src/box32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box32.c') diff --git a/src/box32.c b/src/box32.c index 9add2a61..00b08e1a 100644 --- a/src/box32.c +++ b/src/box32.c @@ -135,7 +135,7 @@ ulong_t to_hash_d(uintptr_t p) { } else { ret = kh_value(hash_to, k); // delete both entries - k = kh_get(to, hash_to, p); + //k = kh_get(to, hash_to, p); kh_del(to, hash_to, k); k = kh_get(from, hash_from, ret); kh_del(from, hash_from, k); -- cgit 1.4.1