Remove cur_task from the emulator
This commit is contained in:
parent
70891355ec
commit
1de6c53247
2
emu.h
2
emu.h
@ -451,8 +451,6 @@ struct ovni_emu {
|
|||||||
struct ovni_ethread **global_thread;
|
struct ovni_ethread **global_thread;
|
||||||
struct ovni_cpu **global_cpu;
|
struct ovni_cpu **global_cpu;
|
||||||
|
|
||||||
struct nosv_task *cur_task;
|
|
||||||
|
|
||||||
/* Global processed size and offset of all streams */
|
/* Global processed size and offset of all streams */
|
||||||
size_t global_size;
|
size_t global_size;
|
||||||
size_t global_offset;
|
size_t global_offset;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user