Also clear the __ivl_alloc_H define in vvp_net.h
We need to clear the __ivl_alloc_H define so that a later include of ivl_alloc.h will reload the definitions.
This commit is contained in:
parent
a4a7b0a09d
commit
8f7ca60e5f
|
|
@ -1653,5 +1653,6 @@ inline bool vvp_net_fil_t::test_force_mask_is_zero(void) const
|
|||
#undef malloc
|
||||
#undef realloc
|
||||
#undef calloc
|
||||
#undef __ivl_alloc_H
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue