diff options
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S b/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S index 36f88bfe6f..bf19e471db 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S +++ b/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ScanMem8.S @@ -19,11 +19,13 @@ # # Notes: # -# The following BaseMemoryLib instances share the same version of this file: +# The following BaseMemoryLib instances contain the same copy of this file: # # BaseMemoryLibRepStr # BaseMemoryLibMmx # BaseMemoryLibSse2 +# BaseMemoryLibOptDxe +# BaseMemoryLibOptPei # #------------------------------------------------------------------------------ |