mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We need to discard `const'ness explicitly when invoking sysarch.
Reported by: sparc64 tinderbox via bde
This commit is contained in:
parent
ab8de8b9d7
commit
3d7cd67f51
1 changed files with 1 additions and 1 deletions
|
|
@ -42,5 +42,5 @@ void
|
|||
__sparc_sigtramp_setup(void)
|
||||
{
|
||||
|
||||
sysarch(SPARC_SIGTRAMP_INSTALL, &sia);
|
||||
sysarch(SPARC_SIGTRAMP_INSTALL, (void *)&sia);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue