Pacify gcc on ia64

This commit is contained in:
peter 2002-07-17 23:32:13 +00:00
parent 4dc956843a
commit a1fd764bd4
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);