summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/EbcDxe/EbcExecute.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-26 07:35:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-26 07:35:34 +0000
commit34e4e297bf61ae304e6b9a339b3a6954dd7a668f (patch)
tree2aaf43481fae1b69b975da8b06ad2672c6256f1d /MdeModulePkg/Universal/EbcDxe/EbcExecute.h
parent42eedea958591087603bbacd1c2227d2494026af (diff)
downloadedk2-platforms-34e4e297bf61ae304e6b9a339b3a6954dd7a668f.tar.xz
Code scrub for EBC module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5568 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/EbcDxe/EbcExecute.h')
-rw-r--r--MdeModulePkg/Universal/EbcDxe/EbcExecute.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcExecute.h b/MdeModulePkg/Universal/EbcDxe/EbcExecute.h
index e9805445ea..88bf9d5843 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcExecute.h
+++ b/MdeModulePkg/Universal/EbcDxe/EbcExecute.h
@@ -245,7 +245,7 @@ EbcExecute (
/**
Returns the version of the EBC virtual machine.
-
+
@return The 64-bit version of EBC virtual machine.
**/
@@ -256,7 +256,7 @@ GetVmVersion (
/**
Writes UINTN data to memory address.
-
+
This routine is called by the EBC data
movement instructions that write to memory. Since these writes
may be to the stack, which looks like (high address on top) this,
@@ -266,14 +266,14 @@ GetVmVersion (
[EBC stack]
we need to detect all attempts to write to the EBC entry point argument
- stack area and adjust the address (which will initially point into the
+ stack area and adjust the address (which will initially point into the
VM stack) to point into the EBC entry point arguments.
@param VmPtr A pointer to a VM context.
@param Addr Adddress to write to.
@param Data Value to write to Addr.
- @retval EFI_SUCCESS The instruction is executed successfully.
+ @retval EFI_SUCCESS The instruction is executed successfully.
@retval Other Some error occurs when writing data to the address.
**/
@@ -286,7 +286,7 @@ VmWriteMemN (
/**
Writes 64-bit data to memory address.
-
+
This routine is called by the EBC data
movement instructions that write to memory. Since these writes
may be to the stack, which looks like (high address on top) this,
@@ -296,14 +296,14 @@ VmWriteMemN (
[EBC stack]
we need to detect all attempts to write to the EBC entry point argument
- stack area and adjust the address (which will initially point into the
+ stack area and adjust the address (which will initially point into the
VM stack) to point into the EBC entry point arguments.
@param VmPtr A pointer to a VM context.
@param Addr Adddress to write to.
@param Data Value to write to Addr.
- @retval EFI_SUCCESS The instruction is executed successfully.
+ @retval EFI_SUCCESS The instruction is executed successfully.
@retval Other Some error occurs when writing data to the address.
**/