From 45819022cee43c0cef9146ccd10aaf20f99b489b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Aug 1995 19:42:41 +0000 Subject: bug fixes to make macro implementations work --- cpukit/score/macros/rtems/score/heap.inl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/score/macros/rtems/score/heap.inl') diff --git a/cpukit/score/macros/rtems/score/heap.inl b/cpukit/score/macros/rtems/score/heap.inl index 6f06478207..1c2b20cbec 100644 --- a/cpukit/score/macros/rtems/score/heap.inl +++ b/cpukit/score/macros/rtems/score/heap.inl @@ -11,7 +11,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * heap.inl,v 1.2 1995/05/31 16:49:10 joel Exp */ #ifndef __HEAP_inl @@ -44,6 +44,7 @@ ( (Heap_Block *) _Addresses_Subtract_offset( \ (void *)(_the_block), \ (_the_block)->back_flag & ~ HEAP_BLOCK_USED \ + ) \ ) /*PAGE @@ -55,6 +56,7 @@ ( (Heap_Block *) _Addresses_Add_offset( \ (void *)(_the_block), \ (_the_block)->front_flag & ~ HEAP_BLOCK_USED \ + ) \ ) /*PAGE -- cgit v1.2.3