2009-10-27 Till Straumann <strauman@slac.stanford.edu>

* score/cpu/i386/rtems/asm.h: Added definition for cr4 register.
This commit is contained in:
Till Straumann
2009-10-28 02:45:24 +00:00
parent 51d7b75ff5
commit 16e1b4582d
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-10-27 Till Straumann <strauman@slac.stanford.edu>
* score/cpu/i386/rtems/asm.h: Added definition for cr4 register.
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.

View File

@@ -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)