Add netbsd amd64 support
This commit is contained in:
parent
d2cf9f9632
commit
0b7c4f57f6
43 changed files with 271 additions and 41 deletions
|
|
@ -202,6 +202,7 @@ pub unsafe fn record_sp_limit(limit: usize) {
|
|||
target_arch = "powerpc",
|
||||
all(target_arch = "arm", target_os = "ios"),
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"))]
|
||||
unsafe fn target_record_sp_limit(_: usize) {
|
||||
}
|
||||
|
|
@ -299,6 +300,7 @@ pub unsafe fn get_sp_limit() -> usize {
|
|||
target_arch = "powerpc",
|
||||
all(target_arch = "arm", target_os = "ios"),
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"))]
|
||||
#[inline(always)]
|
||||
unsafe fn target_get_sp_limit() -> usize {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue