diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-11 06:01:07 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-11 06:01:07 +0000 |
commit | ead7e7dc748750e88a1d1d5810c4550edeabb22f (patch) | |
tree | 328afef7451686eb06bf6b2c0f24b63ed3a8ff3a /MdeModulePkg/Universal/EbcDxe/EbcInt.h | |
parent | 4798ea5b2a8239d64e2143e8cc0494b4473a03b0 (diff) | |
download | edk2-platforms-ead7e7dc748750e88a1d1d5810c4550edeabb22f.tar.xz |
Fix the potential illegal EBC opcode issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7500 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/EbcDxe/EbcInt.h')
-rw-r--r-- | MdeModulePkg/Universal/EbcDxe/EbcInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcInt.h b/MdeModulePkg/Universal/EbcDxe/EbcInt.h index 8512d6743d..1bc40e6dee 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcInt.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcInt.h @@ -106,7 +106,7 @@ EbcCreateThunks ( /**
Add a thunk to our list of thunks for a given image handle.
- Also flush the instruction cache since we have written thunk code
+ Also flush the instruction cache since we've written thunk code
to memory that will be executed eventually.
@param ImageHandle The image handle to which the thunk is tied.
@@ -249,7 +249,7 @@ EbcLLGetReturnValue ( );
/**
- Returns the stack index and buffer associated with the Handle parameter.
+ Returns the stack index and buffer assosicated with the Handle parameter.
@param Handle The EFI handle as the index to the EBC stack.
@param StackBuffer A pointer to hold the returned stack buffer.
|