Fix waterboxhost for version 1.60.0-nightly

closes #2750
This commit is contained in:
Morilli 2022-01-29 00:22:54 +01:00
parent b2d1743387
commit bde5ee5167
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
// These are mostly unrelated to Waterbox, and are only here because I was too lazy to put them elsewhere.
use std::arch::asm;
/// win64 function that calls a sysv64 function and returns its result.
/// The function is passed as a hidden parameter in rax, and should take 0 arguments, all of which are pointer or integer type.
#[no_mangle]

View File

@ -4,7 +4,6 @@
#![feature(never_type)]
#![feature(control_flow_enum)]
#![feature(core_intrinsics)]
#![feature(asm)]
#![feature(map_first_last)]
#![allow(dead_code)]