* mem.c (MDBL): Correct value.

(MDBH): Correct value.
This commit is contained in:
Nick Clifton 2013-01-08 15:05:00 +00:00
parent 98dbe4a783
commit 69276d0264
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-01-03 Nick Clifton <nickc@redhat.com>
* mem.c (MDBL): Correct value.
(MDBH): Correct value.
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.

View File

@ -78,8 +78,8 @@ mem_rom_size (int rom_bytes)
#define MDUC 0xf00e8
#define MDAL 0xffff0
#define MDAH 0xffff2
#define MDBL 0xffff4
#define MDBH 0xffff6
#define MDBL 0xffff6
#define MDBH 0xffff4
#define MDCL 0xf00e0
#define MDCH 0xf00e2
static long long mduc_clock = 0;