• Paul Chaignon's avatar
    Fix issue with structure member dereferences · c2b87ba2
    Paul Chaignon authored
    Currently, if a structure member is assigned an external pointer
    (pointer to kernel address), the pointer to the structure is marked
    as external instead of the structure member. This issue affects all
    uses of structures with pointers to external addresses. This commit
    fixes it by marking the structure member as external.
    c2b87ba2
b_frontend_action.cc 36.8 KB