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
|
/// Trap handler
|
||||||
pub pfhandler: PfHandler,
|
pub pfhandler: PfHandler,
|
||||||
|
|
||||||
// Program counter
|
/// Program counter
|
||||||
pc: usize,
|
pc: usize,
|
||||||
|
|
||||||
/// Program
|
/// Program
|
||||||
|
|
Loading…
Reference in a new issue