mirror of
https://github.com/irmen/prog8.git
synced 2025-02-16 22:30:46 +00:00
Fixed by reintroducing splitting of comparison expression in if statements by using a temporary variable and/or register to precompute left/right values.