mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 04:36:57 +00:00
jit: Remove global decoder variable
The decoder is created in main.cpp so having a global decoder is useless. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
1c3b730899
commit
ac950250a8
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ struct arm32_decoder
|
|||
size_t instruction_capacity;
|
||||
};
|
||||
|
||||
extern arm32_decoder_t g_arm32_decoder;
|
||||
|
||||
void arm32_init(pound::host::memory::arena_t allocator,
|
||||
arm32_decoder_t *p_decoder);
|
||||
arm32_instruction_info_t *arm32_decode(arm32_decoder_t *p_decoder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue