From 9cf17fb8cf56f907ae56f52ac76e14417d199425 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 2009 19:35:30 +0000 Subject: 2009-02-11 Joel Sherrill * rtems/score/cpu.h: Use a 16 bit object id on this target. --- cpukit/score/cpu/m32c/ChangeLog | 4 ++++ cpukit/score/cpu/m32c/rtems/score/cpu.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cpukit/score/cpu/m32c/ChangeLog b/cpukit/score/cpu/m32c/ChangeLog index 8277b83484..f27c061687 100644 --- a/cpukit/score/cpu/m32c/ChangeLog +++ b/cpukit/score/cpu/m32c/ChangeLog @@ -1,3 +1,7 @@ +2009-02-11 Joel Sherrill + + * rtems/score/cpu.h: Use a 16 bit object id on this target. + 2009-01-05 Joel Sherrill * varvects.h: Fix prototype. diff --git a/cpukit/score/cpu/m32c/rtems/score/cpu.h b/cpukit/score/cpu/m32c/rtems/score/cpu.h index c66da04852..538c7da0e7 100644 --- a/cpukit/score/cpu/m32c/rtems/score/cpu.h +++ b/cpukit/score/cpu/m32c/rtems/score/cpu.h @@ -44,6 +44,8 @@ extern "C" { /* conditional compilation parameters */ +#define RTEMS_USE_16_BIT_OBJECT + /** * Should the calls to @ref _Thread_Enable_dispatch be inlined? * -- cgit v1.2.3