From d57392d0e10429557449f084f1a59b9ea9634f2f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Feb 1996 16:18:38 +0000 Subject: alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENT --- c/src/exec/score/macros/rtems/score/wkspace.inl | 2 +- c/src/exec/score/macros/wkspace.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/macros') diff --git a/c/src/exec/score/macros/rtems/score/wkspace.inl b/c/src/exec/score/macros/rtems/score/wkspace.inl index aa6ccc0440..c6483656d8 100644 --- a/c/src/exec/score/macros/rtems/score/wkspace.inl +++ b/c/src/exec/score/macros/rtems/score/wkspace.inl @@ -47,7 +47,7 @@ &_Workspace_Area, \ (_starting_address), \ (_size), \ - CPU_ALIGNMENT \ + CPU_HEAP_ALIGNMENT \ ); \ \ if ( memory_available == 0 ) \ diff --git a/c/src/exec/score/macros/wkspace.inl b/c/src/exec/score/macros/wkspace.inl index aa6ccc0440..c6483656d8 100644 --- a/c/src/exec/score/macros/wkspace.inl +++ b/c/src/exec/score/macros/wkspace.inl @@ -47,7 +47,7 @@ &_Workspace_Area, \ (_starting_address), \ (_size), \ - CPU_ALIGNMENT \ + CPU_HEAP_ALIGNMENT \ ); \ \ if ( memory_available == 0 ) \ -- cgit v1.2.3