File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ impl SystemTable<Runtime> {
212
212
/// Changes the runtime addressing mode of EFI firmware from physical to virtual.
213
213
/// It is up to the caller to translate the old SystemTable address to a new virtual
214
214
/// address and provide it for this function.
215
- /// See [' get_current_system_table_addr' ]
215
+ /// See [` get_current_system_table_addr` ]
216
216
///
217
217
/// # Safety
218
218
///
219
219
/// Setting new virtual memory map is unsafe and may cause undefined behaviors.
220
220
///
221
- /// [' get_current_system_table_addr' ]: SystemTable::get_current_system_table_addr
221
+ /// [` get_current_system_table_addr` ]: SystemTable::get_current_system_table_addr
222
222
pub unsafe fn set_virtual_address_map (
223
223
self ,
224
224
map : & mut [ MemoryDescriptor ] ,
You can’t perform that action at this time.
0 commit comments