Fix UB in the ps2d vmmouse implementation
The vm call will clobber edi, which is the register in which we saved the ebx value. Also make sure to preserve the entire rbx value, rather than just the lower half in ebx.
The vm call will clobber edi, which is the register in which we saved the ebx value. Also make sure to preserve the entire rbx value, rather than just the lower half in ebx.