Don't check target is running in remote_target::mourn_inferior
[deliverable/binutils-gdb.git] / sim / rx / syscalls.c
index 2f8c328c41c283ee943a9a98c06be329c2296e6a..3462358cbe9979a24c2e28977f802d470b8be719 100644 (file)
@@ -1,6 +1,6 @@
 /* syscalls.c --- implement system calls for the RX simulator.
 
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005-2020 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -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.
 
This page took 0.023947 seconds and 4 git commands to generate.