提交 ab67c517 编写于 作者: A Andy Polyakov

fips_canister.c: fix typo.

上级 31b46ebb
...@@ -151,7 +151,7 @@ const void *FIPS_ref_point() ...@@ -151,7 +151,7 @@ const void *FIPS_ref_point()
{ {
#if defined(FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE) #if defined(FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE)
return (void *)FIPS_ref_point; return (void *)FIPS_ref_point;
#if defined(INSTRUCTION_POINTER_IMPLEMENTED) #elif defined(INSTRUCTION_POINTER_IMPLEMENTED)
return instruction_pointer(); return instruction_pointer();
/* Below we essentially cover vendor compilers which do not support /* Below we essentially cover vendor compilers which do not support
* inline assembler... */ * inline assembler... */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册