Skip to content

Commit 14ac50e

Browse files
authored
Merge pull request #63 from deeglaze/bit32
Fix 32-bit builds
2 parents 8271b48 + d6cd532 commit 14ac50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abi/amdsp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "fmt"
1818

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

2323
// Unexported errors are not expected to leave the kernel.
2424
const (

0 commit comments

Comments
 (0)