Interrupt Service Routines: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Substituted buggy code by reference to new, complete page
Line 131: Line 131:
}
}
</source>
</source>

As of clang-3.9 it finally supports [http://clang.llvm.org/docs/AttributeReference.html#id1 interrupt attribute] for x86/x86-64.


====gcc / g++====
====gcc / g++====