X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadCs.c;h=4ff0bc06a287f8e25a376a800a1d244453529850;hb=030cd1a2e95018683638462e9fcfa2d204aaff33;hp=f93e16cb932debdb229ef7f5981d27c1f8528bc2;hpb=e5f461a8507ffcc89cd99ca43a09b76dca136ab5;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCs.c b/MdePkg/Library/BaseLib/Ia32/ReadCs.c index f93e16cb93..4ff0bc06a2 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCs.c @@ -12,6 +12,18 @@ **/ + + + +/** + Reads the current value of Code Segment Register (CS). + + Reads and returns the current value of CS. This function is only available on + IA-32 and x64. + + @return The current value of CS. + +**/ UINT16 EFIAPI AsmReadCs (