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

Unified Diff: sim/rx/syscalls.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/rx/syscalls.h ('k') | sim/sh/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/rx/syscalls.c
diff --git a/sim/rx/syscalls.c b/sim/rx/syscalls.c
index 6d2f16317df95260590702edf0de510a3729aabf..9263257878cfe644800c130bff27afa585c0149f 100644
--- a/sim/rx/syscalls.c
+++ b/sim/rx/syscalls.c
@@ -43,6 +43,12 @@ set_callbacks (struct host_callback_struct *cb)
callbacks = cb;
}
+struct host_callback_struct *
+get_callbacks (void)
+{
+ return callbacks;
+}
+
/* Arguments 1..4 are in R1..R4, remainder on stack.
« no previous file with comments | « sim/rx/syscalls.h ('k') | sim/sh/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698