7 lines
105 B
C
7 lines
105 B
C
|
#ifndef _H8300_EXEC_H
|
||
|
#define _H8300_EXEC_H
|
||
|
|
||
|
#define arch_align_stack(x) (x)
|
||
|
|
||
|
#endif /* _H8300_EXEC_H */
|