File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 39
39
40
40
EFI_SYSTEM_TABLE * sys_table ;
41
41
EFI_BOOT_SERVICES * boot ;
42
- EFI_RUNTIME_SERVICES * runtime ;
43
42
extern const uint64_t guest_entry ;
44
43
45
44
static inline void hv_jump (EFI_PHYSICAL_ADDRESS hv_start ,
@@ -339,7 +338,6 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *_table)
339
338
340
339
sys_table = _table ;
341
340
boot = sys_table -> BootServices ;
342
- runtime = sys_table -> RuntimeServices ;
343
341
344
342
if (CheckCrc (sys_table -> Hdr .HeaderSize , & sys_table -> Hdr ) != TRUE)
345
343
return EFI_LOAD_ERROR ;
Original file line number Diff line number Diff line change 48
48
49
49
extern EFI_SYSTEM_TABLE * sys_table ;
50
50
extern EFI_BOOT_SERVICES * boot ;
51
- extern EFI_RUNTIME_SERVICES * runtime ;
52
51
53
52
/**
54
53
* allocate_pages - Allocate memory pages from the system
You can’t perform that action at this time.
0 commit comments