This commit is contained in:
Stephen Crane 2014-10-27 13:02:12 +00:00
parent cd9744757c
commit 867760ffd0
1 changed files with 1 additions and 1 deletions

View File

@ -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: