mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
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
|
/** @file
|
||||||
AsmReadCr0 function
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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 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
|
on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on
|
||||||
x64.
|
x64.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user