Add CPU channels

This commit is contained in:
Rodrigo Arias 2021-10-21 16:42:46 +02:00
parent dd1567e0ec
commit 6b83789460

3
emu.h
View File

@ -242,6 +242,9 @@ struct ovni_cpu {
enum ovni_cpu_state state;
/* CPU channels */
struct ovni_chan chan[CHAN_MAX];
size_t last_nthreads;
/* 1 if the cpu has updated is threads, 0 if not */