Skip to content

Commit 8f5bd4e

Browse files
author
tsatke
committed
attempt workaround by Freax13
1 parent 090f030 commit 8f5bd4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bios/stage-4/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ fn detect_rsdp() -> Option<PhysAddr> {
262262
#[derive(Clone)]
263263
struct IdentityMapped;
264264
impl AcpiHandler for IdentityMapped {
265+
#[inline(never)]
265266
unsafe fn map_physical_region<T>(
266267
&self,
267268
physical_address: usize,

0 commit comments

Comments
 (0)