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

Unified Diff: sim/mn10300/interp.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/mn10300/configure ('k') | sim/moxie/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/mn10300/interp.c
diff --git a/sim/mn10300/interp.c b/sim/mn10300/interp.c
index e06ae59079352669f7e537ffb0c1fe87ff28b448..577cc7a0d00b8359f29bfaf4942fde2ff905e669 100644
--- a/sim/mn10300/interp.c
+++ b/sim/mn10300/interp.c
@@ -1,10 +1,10 @@
+#include "config.h"
#include <signal.h>
#include "sim-main.h"
#include "sim-options.h"
#include "sim-hw.h"
-#include "sysdep.h"
#include "bfd.h"
#include "sim-assert.h"
@@ -383,7 +383,7 @@ sim_fetch_register (SIM_DESC sd,
int length)
{
put_word (memory, State.regs[rn]);
- return -1;
+ return length;
}
int
« no previous file with comments | « sim/mn10300/configure ('k') | sim/moxie/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698