diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 09:11:41 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 09:11:41 +0000 |
commit | 2b7d16cf8c416b011d9e133cca7e59823ac2f4ad (patch) | |
tree | 50ebda63e39c3caee3b53718a54e556a6e5a082a /DuetPkg/8254TimerDxe | |
parent | 88b6bcec9df37bff0ef2a7ef62b28cf80c39b219 (diff) | |
download | edk2-platforms-2b7d16cf8c416b011d9e133cca7e59823ac2f4ad.tar.xz |
Pass ICC building.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6761 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/8254TimerDxe')
-rw-r--r-- | DuetPkg/8254TimerDxe/Timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/8254TimerDxe/Timer.c b/DuetPkg/8254TimerDxe/Timer.c index 5b5fc42d9d..2874301bbc 100644 --- a/DuetPkg/8254TimerDxe/Timer.c +++ b/DuetPkg/8254TimerDxe/Timer.c @@ -51,7 +51,7 @@ EFI_LEGACY_8259_PROTOCOL *mLegacy8259; // The notification function to call on every timer interrupt.
// A bug in the compiler prevents us from initializing this here.
//
-volatile EFI_TIMER_NOTIFY mTimerNotifyFunction;
+EFI_TIMER_NOTIFY mTimerNotifyFunction;
//
// The current period of the timer interrupt
|