mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Whitespace.
This commit is contained in:
parent
021eda1d85
commit
21aa010bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ __swp(uint32_t val, volatile uint32_t *ptr)
|
|||
{
|
||||
__asm __volatile("swp %0, %2, [%3]"
|
||||
: "=&r" (val), "=m" (*ptr)
|
||||
: "r" (val) , "r" (ptr), "m" (*ptr)
|
||||
: "r" (val), "r" (ptr), "m" (*ptr)
|
||||
: "memory");
|
||||
return (val);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue