diff options
author | Nate DeSimone <nathaniel.l.desimone@intel.com> | 2023-09-29 15:16:33 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-05 20:32:08 +0000 |
commit | 5a2490df0e6753928a1322436a96e01ffb000f3a (patch) | |
tree | 79fa1503f4d705ad6b691daf4452f1318ea1a127 /FatPkg | |
parent | 3114fd8ed7ce38464572839fe295aca11d704b7d (diff) | |
download | edk2-5a2490df0e6753928a1322436a96e01ffb000f3a.tar.gz |
EmulatorPkg: Update MMTimerThread() signature
In the early 2000s as part of the x64 transition the definition
for LPTIMECALLBACK changed from (UINT, UINT, DWORD, DWORD, DWORD)
to (UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR). However,
the MMTimerThread() function was never updated to the new
signature. Since the implementation does not use the last three
parameters, this issue has not been caught until now.
Cc: Andrew Fish <afish@apple.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'FatPkg')
0 files changed, 0 insertions, 0 deletions