Skip to content

Fix UB in the ps2d vmmouse implementation

bjorn3 requested to merge bjorn3/drivers:fix_ps2d_vmmouse_ub into master

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.

Merge request reports