rt: Remove the stack pointer field of stk_seg
This commit is contained in:
@@ -26,7 +26,6 @@ struct rust_box;
|
||||
struct stk_seg {
|
||||
stk_seg *next;
|
||||
uintptr_t limit;
|
||||
uintptr_t return_sp;
|
||||
unsigned int valgrind_id;
|
||||
#ifndef _LP64
|
||||
uint32_t pad;
|
||||
|
||||
Reference in New Issue
Block a user