mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
xtensa:cache: fix typo error
use addr instead of add
This commit is contained in:
committed by
Abdelatif Guettouche
parent
014d6d026c
commit
26b4bb3075
@@ -463,7 +463,7 @@ void up_coherent_dcache(uintptr_t addr, size_t len)
|
||||
if (len > 0)
|
||||
{
|
||||
up_clean_dcache(addr, addr + len);
|
||||
up_invalidate_icache(addr, add + len);
|
||||
up_invalidate_icache(addr, addr + len);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user