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

Function bferror_ptr

loader/tests/include/debug.h:307–311  ·  view source on GitHub ↗

* <!-- description --> * @brief Outputs a string and an pointer to the console * * <!-- inputs/outputs --> * @param str the string to output * @param p the pointer value to output */

Source from the content-addressed store, hash-verified

305 * @param p the pointer value to output
306 */
307static inline void
308bferror_ptr(char const *const str, void const *const p) NOEXCEPT
309{
310 printf("[BAREFLANK ERROR] %s: 0x%p\n", str, p);
311}
312
313#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected