Skip to content
Snippets Groups Projects
Commit 47b1a7ca authored by wlott's avatar wlott
Browse files

Cant wire two temps to the same location, stupid.

parent 314360bf
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@
(:temp temp2 descriptor-reg l0-offset)
(:temp src-shift descriptor-reg cname-offset)
(:temp src-bit-offset descriptor-reg lexenv-offset)
(:temp dst-bit-offset descriptor-reg l0-offset)
(:temp dst-bit-offset descriptor-reg l1-offset)
(:temp ntemp1 non-descriptor-reg nl2-offset)
(:temp ntemp2 non-descriptor-reg nl3-offset)
(:temp ntemp3 non-descriptor-reg nl4-offset))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment