]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/ReadDr5.asm
1. Added comments to ASM files
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / ReadDr5.asm
index 0582502220803c163dc35af5ae4ab88ce8f337e0..3bee3a56ec4410786a1e723638a1b724c2be72f1 100644 (file)
 ;   );\r
 ;------------------------------------------------------------------------------\r
 AsmReadDr5  PROC\r
+    ;\r
+    ; There's no obvious reason to access this register, since it's aliased to\r
+    ; DR7 when DE=0 or an exception generated when DE=1\r
+    ;\r
     DB      0fh, 21h, 0e8h\r
     ret\r
 AsmReadDr5  ENDP\r