From b7111860f29bb123365794a8cdabbbf473463204 Mon Sep 17 00:00:00 2001 From: David Li Date: Wed, 6 Jan 2016 10:51:37 -0700 Subject: Get rid of Box in memory refs --- src/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/memory.rs') diff --git a/src/memory.rs b/src/memory.rs index 2e59ff1..226b6c2 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -89,7 +89,7 @@ pub trait MemoryInterface { } } -pub type SharedMemory<'a> = Rc>>; +pub type SharedMemory<'a> = Rc>; pub trait Mmu { fn translate(&self, address: isa::Address) -> isa::Address; -- cgit v1.2.3