mirror of https://github.com/acidanthera/audk.git
Correct comment typo in AsmReadCr0() function.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Ni, Ruiyu <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15581 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e71cb45263
commit
e837e22a94
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
AsmReadCr0 function
|
||||
|
||||
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
Reads the current value of the Control Register 0 (CR0).
|
||||
|
||||
Reads and returns the current value of CR4. This function is only available
|
||||
Reads and returns the current value of CR0. This function is only available
|
||||
on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on
|
||||
x64.
|
||||
|
||||
|
|
Loading…
Reference in New Issue