From 5e576c0b5373b2af633629e509d81001e420e8fb Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 30 Jan 2022 19:11:16 +0300 Subject: Revert "Free E2K procedure stack in a single function" This reverts commit 8c2f91a8065d9fb7b238d5c3709bc95dcc727566. There is a simpler solution - the buffer is allocated on stack (mostly). --- mach_dep.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mach_dep.c') diff --git a/mach_dep.c b/mach_dep.c index c90f8e02..6a4db79a 100644 --- a/mach_dep.c +++ b/mach_dep.c @@ -66,10 +66,6 @@ >> (63-E2K_PSHTP_SIZE)); \ } while (0) - GC_INNER void GC_free_procedure_stack(ptr_t buf) { - free(buf); - } - GC_INNER size_t GC_get_procedure_stack(ptr_t *buf_ptr) { word ps; ptr_t buf = NULL; -- cgit v1.2.1