• Lucas Russo's avatar
    include/*,src/*: fix linker table type reference · 82ef3aa3
    Lucas Russo authored
    We were using the linker table label
    as a pointer, which was wrong. The
    correct type for it is just an address
    on which can be dereferenced later.
    
    A clear way to do that is to just
    declare it as the type on which you
    wish to deference later.
    82ef3aa3
dev_io_core.c 30.3 KB