http://git.etherboot.org
/
people
/
mcb30
/
edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix bugs in GNU assembly files for writing CR and DR registers.
[people/mcb30/edk2.git]
/
edk2
/
MdePkg
/
Library
/
BaseLib
/
X64
/
WriteDr3.S
diff --git
a/edk2/MdePkg/Library/BaseLib/X64/WriteDr3.S
b/edk2/MdePkg/Library/BaseLib/X64/WriteDr3.S
index
04017cc
..
bcda6c3
100644
(file)
--- a/
edk2/MdePkg/Library/BaseLib/X64/WriteDr3.S
+++ b/
edk2/MdePkg/Library/BaseLib/X64/WriteDr3.S
@@
-33,5
+33,5
@@
.align 16;
_AsmWriteDr3:
mov %rcx, %dr3
- mov %rcx, rax
+ mov %rcx,
%
rax
ret