summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-01-30 19:11:16 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-01-30 19:11:16 +0300
commit5e576c0b5373b2af633629e509d81001e420e8fb (patch)
treed425f12a570cc1cc657220db3f4682bd8d912ef2 /mach_dep.c
parentc3c01d87c3bfc8f2457c830894f6024bc2f345a0 (diff)
downloadbdwgc-5e576c0b5373b2af633629e509d81001e420e8fb.tar.gz
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).
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c4
1 files changed, 0 insertions, 4 deletions
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;