Skip to content
Snippets Groups Projects
Commit 7924fcc2 authored by Jonathan A. Kollasch's avatar Jonathan A. Kollasch
Browse files

NetBSD: fix previous for targets other than aarch64

parent 5cca0628
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ use PT_FIRSTMACH;
pub type c_long = i32;
pub type c_ulong = u32;
pub type c_char = u8;
type __cpu_simple_lock_nv_t = ::c_int;
pub type __cpu_simple_lock_nv_t = ::c_int;
pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
......
......@@ -3,7 +3,7 @@ use PT_FIRSTMACH;
pub type c_long = i32;
pub type c_ulong = u32;
pub type c_char = u8;
type __cpu_simple_lock_nv_t = ::c_int;
pub type __cpu_simple_lock_nv_t = ::c_int;
pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
......
pub type c_long = i64;
pub type c_ulong = u64;
pub type c_char = i8;
type __cpu_simple_lock_t = ::c_uchar;
pub type __cpu_simple_lock_nv_t = ::c_uchar;
pub type c_long = i32;
pub type c_ulong = u32;
pub type c_char = i8;
type __cpu_simple_lock_nv_t = ::c_uchar;
pub type __cpu_simple_lock_nv_t = ::c_uchar;
......@@ -3,7 +3,7 @@ use PT_FIRSTMACH;
pub type c_long = i64;
pub type c_ulong = u64;
pub type c_char = i8;
type __cpu_simple_lock_nv_t = ::c_uchar;
pub type __cpu_simple_lock_nv_t = ::c_uchar;
pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment