aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/8051/src/up_assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/8051/src/up_assert.c')
-rw-r--r--nuttx/arch/8051/src/up_assert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/8051/src/up_assert.c b/nuttx/arch/8051/src/up_assert.c
index 10a5daf35..46d731041 100644
--- a/nuttx/arch/8051/src/up_assert.c
+++ b/nuttx/arch/8051/src/up_assert.c
@@ -1,7 +1,7 @@
/************************************************************************
* up_assert.c
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -65,7 +65,7 @@
* Name: _up_assert
************************************************************************/
-static void _up_assert(int errorcode) /* __attribute__ ((noreturn)) */
+static void _up_assert(int errorcode) /* noreturn_function */
{
/* Are we in an interrupt handler or the idle task? */