u64 -> uintptr_t

master
edef 2014-12-24 06:52:52 +01:00
parent 99db603d63
commit 24b7aee96f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ impl Registers {
pub fn new() -> Registers {
unsafe {
Registers {
ip: abort as u64,
ip: abort as uintptr_t,
.. zeroed()
}
}