Switched to use of ASM compilation conditional.

This commit is contained in:
Joel Sherrill
1998-12-15 19:56:41 +00:00
parent 7359911f8f
commit 9d5c22e31b
3 changed files with 6 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
#ifndef ASM
typedef struct {
unsigned int mem_size;
unsigned int icache_size;
@@ -95,7 +95,7 @@ typedef struct {
} mem_config;
#endif CLANGUAGE || defined(_LANGUAGE_C)
#endif
/*
** general equates for diagnostics and boolean functions

View File

@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
#ifndef ASM
typedef struct {
unsigned int mem_size;
unsigned int icache_size;
@@ -95,7 +95,7 @@ typedef struct {
} mem_config;
#endif CLANGUAGE || defined(_LANGUAGE_C)
#endif
/*
** general equates for diagnostics and boolean functions

View File

@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
#ifndef ASM
typedef struct {
unsigned int mem_size;
unsigned int icache_size;
@@ -95,7 +95,7 @@ typedef struct {
} mem_config;
#endif CLANGUAGE || defined(_LANGUAGE_C)
#endif
/*
** general equates for diagnostics and boolean functions