forked from M-Labs/libfringe
there is no point in Registers being Copy + Clone
This commit is contained in:
parent
222ab0eaa9
commit
7271fe1724
|
@ -7,8 +7,6 @@ use super::common::{push, rust_trampoline};
|
|||
|
||||
pub const STACK_ALIGN: usize = 16;
|
||||
|
||||
#[allow(raw_pointer_derive)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Registers {
|
||||
rsp: *mut usize
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue