Bareflank/hypervisor

Template functions need inlining

rianquinn opened this issue · 0 comments

We have several template functions in the code (for example the bitmap setting functions) that take template parameters that are missing inlining semantics. We need to go through all of the code and add inlining to these header files so that the compiler gets the proper advice.