apps/system/symtab: Fix some typos; update .gitignore
This commit is contained in:
parent
c7d8ef0f7c
commit
73fc8b501e
1
system/symtab/.gitignore
vendored
1
system/symtab/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/symtab.inc
|
||||||
/Make.dep
|
/Make.dep
|
||||||
/.depend
|
/.depend
|
||||||
/.built
|
/.built
|
||||||
|
@ -69,11 +69,11 @@ void symtab_initialize(void)
|
|||||||
{
|
{
|
||||||
/* We set the symbol table indirectly through the boardctl() */
|
/* We set the symbol table indirectly through the boardctl() */
|
||||||
|
|
||||||
struct symtab_desc_s symdesc;
|
struct boardioc_symtab_s symdesc;
|
||||||
|
|
||||||
symdesc.symtab = g_symtab;
|
symdesc.symtab = g_symtab;
|
||||||
symdesc.nsymbols = NSYMBOLS;
|
symdesc.nsymbols = NSYMBOLS;
|
||||||
(void)boardctl(BOARDIOC_SYMTAB, (uinptr_t)&symdesc);
|
(void)boardctl(BOARDIOC_SYMTAB, (uintptr_t)&symdesc);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_SYSTEM_SYMTAB */
|
#endif /* CONFIG_SYSTEM_SYMTAB */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user