mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-07 01:26:11 +00:00
There's no reason for it to be a global, we always set it and use it in instruction implementations, and we never read it directly. Perhaps the compiler could optimize this away, but it's better to be simpler (and also be easier to read).