mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Move to RAII-style status_line objects for console status
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <uefi/types.h>
|
||||
|
||||
#include "error.h"
|
||||
#include "console.h"
|
||||
#include "memory.h"
|
||||
#include "utility.h"
|
||||
|
||||
@@ -71,6 +72,8 @@ update_marked_addresses(uefi::event, void *context)
|
||||
void
|
||||
init_pointer_fixup(uefi::boot_services *bs, uefi::runtime_services *rs)
|
||||
{
|
||||
status_line status(L"Initializing pointer virtualization event");
|
||||
|
||||
uefi::event event;
|
||||
|
||||
try_or_raise(
|
||||
|
||||
Reference in New Issue
Block a user