From 867760ffd0b3e4c035ab5ade0189551d9c4ab520 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Mon, 27 Oct 2014 13:02:12 +0000 Subject: [PATCH] ... --- memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.h b/memory.h index b41c798..d3973e3 100644 --- a/memory.h +++ b/memory.h @@ -17,7 +17,7 @@ public: class Memory { public: typedef unsigned short address; - static const int page_size = 256; + static const unsigned int page_size = 256; class Device: public Checkpointable { public: