Remove cur_task from the emulator

This commit is contained in:
Rodrigo Arias 2022-05-31 12:07:41 +02:00
parent 70891355ec
commit 1de6c53247

2
emu.h
View File

@ -451,8 +451,6 @@ struct ovni_emu {
struct ovni_ethread **global_thread;
struct ovni_cpu **global_cpu;
struct nosv_task *cur_task;
/* Global processed size and offset of all streams */
size_t global_size;
size_t global_offset;