Add declaration of ia64_running_in_simulator().

This commit is contained in:
Doug Rabson 2001-09-22 19:50:54 +00:00
parent b73ef645ae
commit 137fd2af89

View File

@ -51,5 +51,6 @@ int fill_regs __P((struct thread *, struct reg *));
int set_regs __P((struct thread *, struct reg *));
int fill_fpregs __P((struct thread *, struct fpreg *));
int set_fpregs __P((struct thread *, struct fpreg *));
int ia64_running_in_simulator __P((void));
#endif /* !_MACHINE_MD_VAR_H_ */