mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-09-01 14:37:26 +00:00
Handle assertions as runtime errors
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include <ia32.hpp>
|
||||
#pragma warning(pop)
|
||||
|
||||
#define STRINGIFY_(a) #a
|
||||
#define STRINGIFY(a) STRINGIFY_(a)
|
||||
|
||||
#include "stdint.hpp"
|
||||
#include "nt_ext.hpp"
|
||||
#include "new.hpp"
|
||||
#include "exception.hpp"
|
||||
|
Reference in New Issue
Block a user