fips_canister.c: fix typo.
This commit is contained in:
parent
31b46ebb62
commit
ab67c517ae
@ -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... */
|
||||||
|
Loading…
Reference in New Issue
Block a user