Fixed a lifetime bug in full-call. ``Temp'' was being used to help compute
the LRA, but it's lifetime was :from :eval so the compiler though it didn't conflict with, for example, the new FP. Therefore, the new FP could get trashed.
Loading
Please register or sign in to comment