diff options
Diffstat (limited to 'EmulatorPkg/CpuRuntimeDxe/CpuDriver.h')
-rw-r--r-- | EmulatorPkg/CpuRuntimeDxe/CpuDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h b/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h index 5ec515dcbe..9442786713 100644 --- a/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h +++ b/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h @@ -236,7 +236,7 @@ CpuMpServicesWhoAmI ( OUT UINTN *ProcessorNumber
);
-extern EFI_MP_SERVICES_PROTOCOL mMpSercicesTemplate;
+extern EFI_MP_SERVICES_PROTOCOL mMpServicesTemplate;
#endif
|