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:
parent
22fd54d461
commit
8a2bd34560
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100271
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user