Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: sim/rl78/mem.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/rl78/mem.h ('k') | sim/rl78/rl78.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/rl78/mem.c
diff --git a/sim/rl78/mem.c b/sim/rl78/mem.c
index 4c04098e7e004243de3ebcd59b7bdf3b895d45bc..febbfce0e6c88c4402f7c254fdbcf44cb360d9d0 100644
--- a/sim/rl78/mem.c
+++ b/sim/rl78/mem.c
@@ -1,6 +1,6 @@
/* mem.c --- memory for RL78 simulator.
- Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
@@ -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;
« no previous file with comments | « sim/rl78/mem.h ('k') | sim/rl78/rl78.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698