mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-25 06:35:38 +00:00
1be7b55bb4
Groundwork for supporting multiple TCG contexts. Note that having n_tcg_ctxs is unnecessary. However, it is convenient to have it, since it will simplify iterating over the array: we'll have just a for loop instead of having to iterate over a NULL-terminated array (which would require n+1 elems) or having to check with ifdef's for usermode/softmmu. Backports commit df2cce2968069526553d82331ce9817eaca6b03a from qemu |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |