forked from M-Labs/libfringe
u64 -> uintptr_t
This commit is contained in:
parent
99db603d63
commit
24b7aee96f
|
@ -43,7 +43,7 @@ impl Registers {
|
|||
pub fn new() -> Registers {
|
||||
unsafe {
|
||||
Registers {
|
||||
ip: abort as u64,
|
||||
ip: abort as uintptr_t,
|
||||
.. zeroed()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue