| 239 | /// microkernel speak the same ABI. |
| 240 | /// |
| 241 | extern "C" void |
| 242 | ext_main_entry(bsl::uint32 const version) noexcept |
| 243 | { |
| 244 | integration::require(g_mut_sys.initialize( |
| 245 | bsl::to_u32(version), &bootstrap_entry, &vmexit_entry, &fail_entry)); |
| 246 | |
| 247 | bsl::error() << "extension purposely exiting early\n"; |
| 248 | bf_control_op_exit(); |
| 249 | } |
| 250 | } |
nothing calls this directly
no test coverage detected