Add CPU channels
This commit is contained in:
parent
dd1567e0ec
commit
6b83789460
3
emu.h
3
emu.h
@ -242,6 +242,9 @@ struct ovni_cpu {
|
|||||||
|
|
||||||
enum ovni_cpu_state state;
|
enum ovni_cpu_state state;
|
||||||
|
|
||||||
|
/* CPU channels */
|
||||||
|
struct ovni_chan chan[CHAN_MAX];
|
||||||
|
|
||||||
size_t last_nthreads;
|
size_t last_nthreads;
|
||||||
|
|
||||||
/* 1 if the cpu has updated is threads, 0 if not */
|
/* 1 if the cpu has updated is threads, 0 if not */
|
||||||
|
Loading…
Reference in New Issue
Block a user