mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-25 03:29:38 +00:00
6ef0f0baae
setjmp clobbers non-volatile local variables. bb_start_la is such a local variable that is used for counting of virtual CPU cycles. To make cycles counting work after setjmp, the global variable glob_bb_start_la is used to preserve content of bb_start_la accross interpreter pipeline. |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
poweropcodes.cpp | ||
ppcdisasm.cpp | ||
ppcdisasm.h | ||
ppcemu.h | ||
ppcexceptions.cpp | ||
ppcexec.cpp | ||
ppcfpopcodes.cpp | ||
ppcgekkoopcodes.cpp | ||
ppcmmu.cpp | ||
ppcmmu.h | ||
ppcopcodes.cpp |