From 2e9bc93e1f1b989707941b8a1f43488d23f411c7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 24 Oct 2022 14:30:51 +0200 Subject: [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound) --- src/box64context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box64context.c') diff --git a/src/box64context.c b/src/box64context.c index 1610c4e8..e4fd522b 100755 --- a/src/box64context.c +++ b/src/box64context.c @@ -100,7 +100,7 @@ void relockMutex(int locks) relockCustommemMutex(locks); #define GO(A, B) \ if(locks&(1<mutex_once, 5) GO(my_context->mutex_once2, 6) -- cgit 1.4.1