diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-31 20:23:36 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-31 20:23:36 +0000 |
commit | d59326d3a871f1df6e9416334ca2181ac4373d42 (patch) | |
tree | 1ed7cfdd245be8f6edcb3061a371cdaf4c835734 /InOsEmuPkg/Unix/Sec/SecMain.h | |
parent | 283d361e98f2e7da579b022426d3dfb4fc1e33a8 (diff) | |
download | edk2-platforms-d59326d3a871f1df6e9416334ca2181ac4373d42.tar.xz |
Add BlockIO support to the emulator, still needs testing. Also update Emulator start code to only pass 2 args in place of 3. The 3rd argument is not needed. Still need a function as the BaseLib functoin does not have the correct calling conventions. Cleanup build script for binary shell case.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11718 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/Unix/Sec/SecMain.h')
-rw-r--r-- | InOsEmuPkg/Unix/Sec/SecMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/InOsEmuPkg/Unix/Sec/SecMain.h b/InOsEmuPkg/Unix/Sec/SecMain.h index 00ab7a61ab..19e5f17147 100644 --- a/InOsEmuPkg/Unix/Sec/SecMain.h +++ b/InOsEmuPkg/Unix/Sec/SecMain.h @@ -283,7 +283,6 @@ PeiSwitchStacks ( IN SWITCH_STACK_ENTRY_POINT EntryPoint,
IN VOID *Context1, OPTIONAL
IN VOID *Context2, OPTIONAL
- IN VOID *Context3, OPTIONAL
IN VOID *NewStack
);
|