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

Unified Diff: sim/sh/interp.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/sh/configure ('k') | sim/sh64/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/sh/interp.c
diff --git a/sim/sh/interp.c b/sim/sh/interp.c
index e9313c76cbd5a2912ae3554c904a7d51658fa9b0..4b2ca7e5a990a459a402569126cd0ec852861903 100644
--- a/sim/sh/interp.c
+++ b/sim/sh/interp.c
@@ -2789,7 +2789,7 @@ sim_set_callbacks (p)
}
char **
-sim_complete_command (SIM_DESC sd, char *text, char *word)
+sim_complete_command (SIM_DESC sd, const char *text, const char *word)
{
return NULL;
}
« no previous file with comments | « sim/sh/configure ('k') | sim/sh64/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698