|
|
1.1 root 1: /* Copyright (c) 1992 NeXT Computer, Inc. All rights reserved.
2: *
3: * File: architecture/nrw/reg_help.h
4: * Author: Doug Mitchell, NeXT Computer, Inc.
5: *
6: * m98k-specific macros and inlines for defining machine registers.
7: *
8: * HISTORY
9: * 05-Nov-92 Doug Mitchell at NeXT
10: * Created.
11: */
12:
13: #ifndef _ARCH_M98K_REG_HELP_H_
14: #define _ARCH_M98K_REG_HELP_H_
15:
16: #import <architecture/nrw/reg_help.h>
17:
18: /*
19: * Stack pointer must always be a multiple of ???16??? (FIXME)
20: */
21: #define STACK_INCR 16
22: #define ROUND_FRAME(x) ((((unsigned)(x)) + STACK_INCR - 1) & ~(STACK_INCR-1))
23:
24: #endif _ARCH_M98K_REG_HELP_H_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.