From c11fa40c4e8124c7dfb8660b67aea1175e91cc13 Mon Sep 17 00:00:00 2001 From: rsun3 Date: Thu, 14 Jan 2010 09:46:12 +0000 Subject: Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib API to get the PCD. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9751 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe') diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c index ca6d3445f8..e43acbf221 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c @@ -66,7 +66,7 @@ WatchdogTimerDriverExpires ( IN VOID *Context ) { - REPORT_STATUS_CODE (EFI_ERROR_CODE | EFI_ERROR_MINOR, PcdGet32 (PcdStatusCodeValueEfiWatchDogTimerExpired)); + REPORT_STATUS_CODE (EFI_ERROR_CODE | EFI_ERROR_MINOR, FixedPcdGet32 (PcdStatusCodeValueEfiWatchDogTimerExpired)); // // If a notification function has been registered, then call it -- cgit v1.2.3