• Nils Goroll's avatar
    Fix (struct vpi_ii).p type · 9a20cdfd
    Nils Goroll authored
    It needs to be a generic pointer pointer, because it is initialized as
    a pointer to a pointer to an arbitrary struct, yet (void **) is can not
    be dereferenced.
    
    Right now, the instance info is not used, but this might change.
    9a20cdfd
vcc_interface.h 3.39 KB