File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,19 +98,19 @@ class EFI_SMM_SAVE_STATE_REGISTER(ENUM_UC):
9898
9999@dxeapi (params = {
100100 "This" : POINTER , # EFI_SMM_CPU_PROTOCOL
101- "Width" : UINTN , # UINTN
101+ "Width" : ULONGLONG , # UINTN
102102 "Register" : INT , # EFI_SMM_SAVE_STATE_REGISTER
103- "CpuIndex" : UINTN , # UINTN
103+ "CpuIndex" : ULONGLONG , # UINTN
104104 "Buffer" : POINTER # PTR(VOID))
105105})
106106def hook_SmmReadSaveState (ql , address , params ):
107107 return EFI_SUCCESS
108108
109109@dxeapi (params = {
110110 "This" : POINTER , # EFI_SMM_CPU_PROTOCOL
111- "Width" : UINTN , # UINTN
111+ "Width" : ULONGLONG , # UINTN
112112 "Register" : INT , # EFI_SMM_SAVE_STATE_REGISTER
113- "CpuIndex" : UINTN , # UINTN
113+ "CpuIndex" : ULONGLONG , # UINTN
114114 "Buffer" : POINTER # PTR(VOID))
115115})
116116def hook_SmmWriteSaveState (ql , address , params ):
You can’t perform that action at this time.
0 commit comments