Skip to content

Commit

Permalink
Log up_addrenv_destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jan 16, 2024
1 parent 335b193 commit 33424a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/risc-v/src/common/riscv_addrenv.c
Expand Up @@ -507,6 +507,7 @@ int up_addrenv_create(size_t textsize, size_t datasize, size_t heapsize,

int up_addrenv_destroy(arch_addrenv_t *addrenv)
{
_info("addrenv=%p\n", addrenv);////
/* Recursively destroy it all, need to table walk */

uintptr_t *ptprev;
Expand Down

0 comments on commit 33424a1

Please sign in to comment.