]> git.proxmox.com Git - mirror_edk2.git/commit
Fixed one bug when runtime test. The root cause is that ICC compiler will convert...
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Sep 2007 09:24:56 +0000 (09:24 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Sep 2007 09:24:56 +0000 (09:24 +0000)
commit1f4cf7b1ba400fa6b4ee29f9367312ac977ffe2d
tree78e75e93cd0f20574971e9ef279eba761f73ebc0
parent593a8308cc95cfff7d23f2c5e5a2ab8b8712e823
Fixed one bug when runtime test. The root cause is that ICC compiler will convert one local array to one global array, and not converted from boot time to run time.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3775 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c