84,85c84,86
< //There are 16 microcode registers at the moment
< FP_Base_DepTag = 1 << 7,
---
> //There are 16 microcode registers at the moment. This is an
> //unusually large constant to make sure there isn't overflow.
> FP_Base_DepTag = 128,