MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / msg_halt

Function msg_halt

kernel/src/msg_halt.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 /// a message using the debuging facilities.
32 ///
33 extern "C" void
34 msg_halt() noexcept
35 {
36 bsl::print() << bsl::rst << " --> ";
37 bsl::print() << bsl::red << "Halting!!!";
38 bsl::print() << bsl::rst << bsl::endl;
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected