Right now, when we use RIP-relative instructions in 32-bit mode, we'll just assert and crash.
This adds an error message which tells the user that they can't do that in 32-bit mode, so that we don't crash (and also can see the issue outside of assert builds).