10e446bf72
SunOS support works for a lot of executables now (static and dynamic).
9 lines
153 B
C
9 lines
153 B
C
/*
|
|
* Functions to provide access to special cpu instructions.
|
|
*/
|
|
|
|
#ifndef _MACHINE_CPUFUNC_H_
|
|
#define _MACHINE_CPUFUNC_H_
|
|
|
|
#endif _MACHINE_CPUFUNC_H_
|