forked from AbleOS/holey-bytes
Fixed missing /
This commit is contained in:
parent
1532c501a6
commit
dcfd51999d
|
@ -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