comparison src/m/luna88k.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
28 can know your rights and responsibilities. It should be in a 28 can know your rights and responsibilities. It should be in a
29 file named COPYING. Among other things, the copyright notice 29 file named COPYING. Among other things, the copyright notice
30 and this notice must be preserved on all copies. */ 30 and this notice must be preserved on all copies. */
31 31
32 /* Synched up with: Mule 2.0. Not in FSF. */ 32 /* Synched up with: Mule 2.0. Not in FSF. */
33
34 /* Define how to take a char and sign-extend into an int.
35 On machines where char is signed, this is a no-op. */
36
37 #define SIGN_EXTEND_CHAR(c) (c)
38
39 /* XINT must explicitly sign-extend */
40
41 #define EXPLICIT_SIGN_EXTEND
33 42
34 /* Data type of load average, as read out of kmem. */ 43 /* Data type of load average, as read out of kmem. */
35 44
36 #define LOAD_AVE_TYPE long 45 #define LOAD_AVE_TYPE long
37 46