One exit_task_glue to rule them all.
This commit is contained in:
parent
6a4a85f452
commit
96516e9ca2
8 changed files with 23 additions and 10 deletions
|
|
@ -16,11 +16,6 @@ rust_crate::get_activate_glue() const {
|
|||
return (activate_glue_ty) ((uintptr_t)this + activate_glue_off);
|
||||
}
|
||||
|
||||
uintptr_t
|
||||
rust_crate::get_exit_task_glue() const {
|
||||
return ((uintptr_t)this + exit_task_glue_off);
|
||||
}
|
||||
|
||||
uintptr_t
|
||||
rust_crate::get_unwind_glue() const {
|
||||
return ((uintptr_t)this + unwind_glue_off);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue