diff options
Diffstat (limited to 'common/mem_nodes.c')
| -rw-r--r-- | common/mem_nodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mem_nodes.c b/common/mem_nodes.c index 1779276..dba714f 100644 --- a/common/mem_nodes.c +++ b/common/mem_nodes.c @@ -138,7 +138,7 @@ struct sp_mem *get_mem_node() return __find_free_block(r); } - n = n->left; + n = sp_left(n); } /* we need to allocate a new region */ |
