ref: aa06ad61f0ae20835024c3c10a71c869d58d9d6a
parent: bc58a60468187b1928f397caa1ed3382e666c654
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jul 11 10:30:09 EDT 2023
bcm: fix the build
--- a/sys/src/9/bcm/trap.c
+++ b/sys/src/9/bcm/trap.c
@@ -160,7 +160,6 @@
else
ureg->pc -= 4;
- clockintr = 0; /* if set, may call sched() before return */
switch(ureg->type){
default:
panic("unknown trap; type %#lux, psr mode %#lux", ureg->type,
--
⑨