Remove old category
This commit is contained in:
parent
ae458824b3
commit
c04b4587b6
14
emu_nanos6.c
14
emu_nanos6.c
@ -445,20 +445,6 @@ pre_thread(struct ovni_emu *emu)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
pre_shutdown(struct ovni_emu *emu)
|
||||
{
|
||||
struct ovni_ethread *th;
|
||||
struct ovni_chan *chan_th;
|
||||
|
||||
th = emu->cur_thread;
|
||||
chan_th = &th->chan[CHAN_NANOS6_SUBSYSTEM];
|
||||
|
||||
uint8_t value = emu->cur_ev->header.value;
|
||||
|
||||
chan_ev(chan_th, 100 + value - '0');
|
||||
}
|
||||
|
||||
static void
|
||||
pre_ss(struct ovni_emu *emu, int st)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user