mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whitespace fix.
This commit is contained in:
parent
46ae242dba
commit
ee35caa0b3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
void
|
||||
_set_tp(void *tpval)
|
||||
{
|
||||
register void *tp __asm__("r2");
|
||||
register void *tp __asm__("r2");
|
||||
|
||||
__asm __volatile("mr %0,%1" : "=r"(tp) : "r"((char*)tpval + 0x7008));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue