audk/MdeModulePkg/Universal/PCD
mdkinney 736c5dd580 Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1.
This would not normally cause an issue because the correct notification function was being called.  There is only an issue if the same notification function is being used for multiple tokens, and the notification function needs to use the TokenNumber parameter to determine which token setting caused the callback function to be called.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9980 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-11 03:47:40 +00:00
..
Dxe Coding style fix and minor improvements. 2010-02-11 02:33:16 +00:00
Pei Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. 2010-02-11 03:47:40 +00:00