ShellPkg/acpi: Code cleanup to pass static code checker
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hao Wu <Hao.a.wu@intel.com>
This commit is contained in:
@ -297,7 +297,7 @@ DumpUint64 (
|
||||
Val = *(UINT32*)(Ptr + sizeof (UINT32));
|
||||
|
||||
Val <<= 32;
|
||||
Val |= *(UINT32*)Ptr;
|
||||
Val |= (UINT64)*(UINT32*)Ptr;
|
||||
|
||||
Print (Format, Val);
|
||||
}
|
||||
|
Reference in New Issue
Block a user