Removes the use of sysenter when building on x86_64 in order to avoid compilation errors.
The use of the sysenter gateway is most likely never used on 64-bit. Therefore, patching out sysenter should be okay.
Fixes #4066 (closed)
Removes the use of sysenter when building on x86_64 in order to avoid compilation errors.
The use of the sysenter gateway is most likely never used on 64-bit. Therefore, patching out sysenter should be okay.
Fixes #4066 (closed)