Commit ab67c517 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

fips_canister.c: fix typo.

parent 31b46ebb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ const void *FIPS_ref_point()
{
#if	defined(FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE)
    return (void *)FIPS_ref_point;
#if	defined(INSTRUCTION_POINTER_IMPLEMENTED)
#elif	defined(INSTRUCTION_POINTER_IMPLEMENTED)
    return instruction_pointer();
/* Below we essentially cover vendor compilers which do not support
 * inline assembler... */