1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-23 18:06:20 +04:00

Fixed unit type

This commit is contained in:
Stephen Marz 2019-11-03 19:07:42 -05:00
parent ac5e41ceb4
commit a76745278e

View File

@ -75,7 +75,7 @@ extern "C" fn m_trap(epc: usize,
panic!("Unhandled async trap CPU#{} -> {}\n", hart, cause_num);
}
}
}
};
// Finally, return the updated program counter
return_pc
}