From 6b8378946029f858256328e23d86b7bc388fcd72 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 21 Oct 2021 16:42:46 +0200 Subject: [PATCH] Add CPU channels --- emu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emu.h b/emu.h index 15e3ab1..9aaaa4b 100644 --- a/emu.h +++ b/emu.h @@ -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 */