diff options
Diffstat (limited to 'MdePkg/Include/x64')
-rw-r--r-- | MdePkg/Include/x64/ProcessorBind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/x64/ProcessorBind.h b/MdePkg/Include/x64/ProcessorBind.h index a401d23f26..bc240000a4 100644 --- a/MdePkg/Include/x64/ProcessorBind.h +++ b/MdePkg/Include/x64/ProcessorBind.h @@ -232,5 +232,7 @@ typedef INT64 INTN; #define ASM_PFX(name) _##name
#endif
+#define FUNCTION_ENTRY_POINT(p) (p)
+
#endif
|