From ab0df696d09f6b53b33345d207f8aead63a6fcab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Aug 1998 15:15:46 +0000 Subject: Automatic CPU type detection code from Eric Valette . Enabled on the pc386. --- c/src/exec/score/cpu/i386/asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/score/cpu/i386/asm.h') diff --git a/c/src/exec/score/cpu/i386/asm.h b/c/src/exec/score/cpu/i386/asm.h index 53a4ea7e5a..9fe867c04c 100644 --- a/c/src/exec/score/cpu/i386/asm.h +++ b/c/src/exec/score/cpu/i386/asm.h @@ -92,6 +92,7 @@ #define edi REG (edi) #define esp REG (esp) #define ebp REG (ebp) +#define cr0 REG (cr0) #define ax REG (ax) #define bx REG (bx) -- cgit v1.2.3