Skip to content

uefi: Fix Status `ERROR_BIT`

Tim Crawford requested to merge tcrawford/uefi:error-bit into master

Set the highest bit for a usize instead of hardcoding bit 63. Fixes compilation on i686-unknown-uefi.

Resolves: #2 (closed)

Merge request reports