Skip to content
Commit e283500c authored by Nathan Froyd's avatar Nathan Froyd
Browse files

fix erroring ub32 setters on x86-64

We used a dword register to manipulate the value, but then we attempted
to move said register into a qword register, which the assembler rightly
complained about.  Rename the incoming value register, so we can have
its qword and dword names available simultaneously throughout the body
of the VOP.
parent c61308fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment