diff options
Diffstat (limited to 'gdb/ravenscar-thread.h')
-rw-r--r-- | gdb/ravenscar-thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ravenscar-thread.h b/gdb/ravenscar-thread.h index 253d0c5..0e1bfa7 100644 --- a/gdb/ravenscar-thread.h +++ b/gdb/ravenscar-thread.h @@ -33,7 +33,7 @@ struct ravenscar_arch_ops to_prepare_to_store and to_fetch_registers when the inferior_ptid is different from the running thread. In that case, the registers are saved in a architecture-specific location. */ -/* FIXME: only one architecture can be registered for now. See +/* FIXME: only one architecture can be registered for now. See implementation. */ extern void ravenscar_register_arch_ops (struct ravenscar_arch_ops *ops); |