Don't export mem8

This commit is contained in:
Fabian 2020-12-31 19:14:34 -06:00
parent 12fc612d2e
commit bb3bdb1dde

View file

@ -16,7 +16,7 @@ use page::Page;
use std::alloc;
use std::ptr;
#[no_mangle]
#[allow(non_upper_case_globals)]
pub static mut mem8: *mut u8 = ptr::null_mut();
#[no_mangle]