From 16e1b4582dfc5615faf8fc3f556829737f8487bb Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 28 Oct 2009 02:45:24 +0000 Subject: 2009-10-27 Till Straumann * score/cpu/i386/rtems/asm.h: Added definition for cr4 register. --- cpukit/score/cpu/i386/rtems/asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index 7c6fcad58a..f18d54c5b1 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/rtems/asm.h @@ -83,6 +83,7 @@ #define esp REG (esp) #define ebp REG (ebp) #define cr0 REG (cr0) +#define cr4 REG (cr4) #define ax REG (ax) #define bx REG (bx) -- cgit v1.2.3