simulator: fix final() macro overriding keyword
The final() macro used for hashing overrides the language keyword final, which may cause compilation issues for otherwise valid code. Rename it to resolve the collision.
Loading
Please register or sign in to comment