fips_canister.c: fix typo.

This commit is contained in:
Andy Polyakov 2011-05-10 10:03:23 +00:00
parent 31b46ebb62
commit ab67c517ae

View File

@ -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... */