mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-03 00:29:48 +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.