diff options
Diffstat (limited to 'Boot/Sources/HEL')
| -rw-r--r-- | Boot/Sources/HEL/AMD64/Support.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Boot/Sources/HEL/AMD64/Support.cxx b/Boot/Sources/HEL/AMD64/Support.cxx index a2ac6394..eb6f54df 100644 --- a/Boot/Sources/HEL/AMD64/Support.cxx +++ b/Boot/Sources/HEL/AMD64/Support.cxx @@ -14,6 +14,12 @@ #ifdef __STANDALONE__ +EXTERN_C void __cxa_pure_virtual() +{ + BTextWriter writer; + writer.Write("newosldr: Placeholder.\r"); +} + /// @brief memset definition in C++. /// @param dst destination pointer. /// @param byte value to fill in. |
