forked from AbleOS/holey-bytes
Fixed missing /
This commit is contained in:
parent
7a847d6585
commit
d9eb6f1409
|
@ -87,7 +87,7 @@ pub struct Vm<'a, PfHandler, const TIMER_QUOTIENT: usize> {
|
|||
/// Trap handler
|
||||
pub pfhandler: PfHandler,
|
||||
|
||||
// Program counter
|
||||
/// Program counter
|
||||
pc: usize,
|
||||
|
||||
/// Program
|
||||
|
|
Loading…
Reference in a new issue