DeanoBurrito / northport

Monolithic kernel and support libraries for riscv64 and x86_64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retire use of __attribute__(())

DeanoBurrito opened this issue · comments

commented

Most of the code uses the newer [[attribute_here]] syntax, however there are still a few uses of __attribute__((attribute_here)). It'd be good to do a pass over everything, make it all consistent!