Wed Apr 27 16:33:51 1994 Stan Shebs (shebs@andros.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / lynx-nat.c
index 394fd6883eef86b40a3a8abc17002ba3211b6a68..451b4f5154726577636b6065b1aa66f1284c0fc7 100644 (file)
@@ -537,6 +537,11 @@ fetch_inferior_registers (regno)
    If REGNO is -1, do this for all registers.
    Otherwise, REGNO specifies which register (so we can save time).  */
 
+/* Registers we shouldn't try to store.  */
+#if !defined (CANNOT_STORE_REGISTER)
+#define CANNOT_STORE_REGISTER(regno) 0
+#endif
+
 void
 store_inferior_registers (regno)
      int regno;
This page took 0.023666 seconds and 4 git commands to generate.