Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EINVAL returned by E2K_READ_PROCEDURE_STACK_EX sub-function
(fix of commit d3f5bdc) * mach_dep.c [E2K] (GC_get_procedure_stack): Remove assertion that buf_sz is multiple of word size (because new_size is passed to the syscall); call E2K_GET_PROCEDURE_STACK_SIZE sub-function of the syscall right before E2K_READ_PROCEDURE_STACK_EX one to check that the procedure stack size has not changed since the previous call of GC_get_procedure_stack(NULL,0); add comment.
- Loading branch information