Merge remote-tracking branch 'origin/master' into feature/dynasm-backend

This commit is contained in:
losfair
2019-03-17 21:14:01 +08:00
19 changed files with 85 additions and 58 deletions

View File

@ -284,6 +284,7 @@ impl Clone for UnsharedMemory {
}
pub struct SharedMemory {
#[allow(dead_code)]
desc: MemoryDescriptor,
}