Skip to content

Commit

Permalink
misspelled intrinsic __builtin_unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 9, 2011
1 parent 1840e52 commit 739befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tassert.h
Expand Up @@ -28,7 +28,7 @@ void util_assert ( char * , int ) __attribute__((analyzer_noreturn));
static void local_assert(int line)
{
util_assert(__file__,line);
__buildtin_unreachable();
__builtin_unreachable();
}

#else
Expand Down

0 comments on commit 739befd

Please sign in to comment.