1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Pacify gcc on ia64

This commit is contained in:
Peter Wemm 2002-07-17 23:32:13 +00:00
parent 22fd54d461
commit 8a2bd34560
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100271
2 changed files with 6 additions and 0 deletions

View File

@ -266,6 +266,9 @@ thread_export_context(struct thread *td)
void *addr2;
int error;
#ifdef __ia64__
td2_mbx = 0; /* pacify gcc (!) */
#endif
/* Export the register contents. */
error = cpu_export_context(td);

View File

@ -266,6 +266,9 @@ thread_export_context(struct thread *td)
void *addr2;
int error;
#ifdef __ia64__
td2_mbx = 0; /* pacify gcc (!) */
#endif
/* Export the register contents. */
error = cpu_export_context(td);