mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
ARMv7-A: If the page table does not like in same address range as .text and primary RAM, then we will need to set up an additional mapping for the page table at boot time.
This commit is contained in:
@@ -456,7 +456,7 @@ int vsscanf(FAR const char *buf, FAR const char *fmt, va_list ap)
|
||||
return count;
|
||||
}
|
||||
|
||||
set_errno(errno);
|
||||
set_errno(errsave);
|
||||
|
||||
/* We have to check whether we need to return a long
|
||||
* or an int.
|
||||
|
||||
Reference in New Issue
Block a user