Correct Minor Comments in M3 to M4 review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6842 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -238,6 +238,15 @@ typedef INT64 INTN;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
Return the pointer to the first instruction of a function given a function pointer.
|
||||
On x64 CPU architectures, these two pointer values are the same,
|
||||
so the implementation of this macro is very simple.
|
||||
|
||||
@param p A pointer to a function
|
||||
|
||||
@return The pointer to the first instruction of a function given a function pointer.
|
||||
**/
|
||||
#define FUNCTION_ENTRY_POINT(p) (p)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user