summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c')
-rwxr-xr-xArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c b/ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c
index 5fca133643..2adfb31149 100755
--- a/ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c
+++ b/ArmPkg/Library/BaseMemoryLibVstm/CopyMemWrapper.c
@@ -2,7 +2,7 @@
CopyMem() implementation.
The following BaseMemoryLib instances contain the same copy of this file:
-
+
BaseMemoryLib
BaseMemoryLibMmx
BaseMemoryLibSse2
@@ -31,7 +31,7 @@
This function copies Length bytes from SourceBuffer to DestinationBuffer, and returns
DestinationBuffer. The implementation must be reentrant, and it must handle the case
where SourceBuffer overlaps DestinationBuffer.
-
+
If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT().
If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT().