forked from Imagelibrary/binutils-gdb
* mem.c (MDBL): Correct value.
(MDBH): Correct value.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user