Skip to content

Commit

Permalink
Merge pull request #63 from deeglaze/bit32
Browse files Browse the repository at this point in the history
Fix 32-bit builds
  • Loading branch information
deeglaze authored Jul 6, 2023
2 parents 8271b48 + d6cd532 commit 14ac50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abi/amdsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "fmt"

// SevFirmwareStatus is the type of all AMD-SP firmware status codes, as documented in the SEV API
// https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf
type SevFirmwareStatus int
type SevFirmwareStatus int64

// Unexported errors are not expected to leave the kernel.
const (
Expand Down

0 comments on commit 14ac50e

Please sign in to comment.