kern: fix link error

This commit is contained in:
Michael Scire 2020-05-02 22:30:23 -07:00
parent b56f9966b7
commit 9ddc6e596b

View file

@ -13,13 +13,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <mesosphere.hpp>
#ifdef __cplusplus
extern "C" {
#endif
/* cxx implementation details to be stubbed here, as needed. */
void __cxa_pure_virtual() { MESOSPHERE_PANIC("pure virtual function call"); }
#ifdef __cplusplus
} /* extern "C" */