From 860e77a42f94260e2dee275cd5e98517809c5944 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 00:09:49 +0000 Subject: Fixed comments. Fixed so this file can be included from assembly code. --- c/src/exec/score/cpu/m68k/cpu.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h index 4eb2dfe48d..1cd1b73c37 100644 --- a/c/src/exec/score/cpu/m68k/cpu.h +++ b/c/src/exec/score/cpu/m68k/cpu.h @@ -21,7 +21,7 @@ extern "C" { #endif -#include +#include /* pick up machine definitions */ #ifndef ASM #include #endif @@ -75,6 +75,7 @@ extern "C" { #define CPU_STACK_GROWS_UP FALSE #define CPU_STRUCTURE_ALIGNMENT +#ifndef ASM /* structures */ /* @@ -170,6 +171,7 @@ typedef struct { SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256]; #endif /* M68K_HAS_VBR */ +#endif /* ASM */ /* constants */ @@ -221,6 +223,8 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256]; #define CPU_STACK_ALIGNMENT 0 +#ifndef ASM + /* macros */ /* @@ -474,6 +478,7 @@ void _CPU_Context_restore_fp( void _CPU_Context_save_fp( void **fp_context_ptr ); +#endif #ifdef __cplusplus } -- cgit v1.2.3