Initial attempt at building HP PA-RISC using Solaris hosted tools.

Changed back to Newlib for Solaris UNIX simulator.
This commit is contained in:
Joel Sherrill
1995-09-12 19:45:42 +00:00
parent 4b61ebfb48
commit b3ac6a8dfe
12 changed files with 313 additions and 28 deletions

View File

@@ -25,7 +25,8 @@ void MY_task_set_note(
api = the_thread->API_Extensions[ THREAD_API_RTEMS ];
api->Notepads[ notepad ] = note;
if ( api )
api->Notepads[ notepad ] = note;
}