forked from Imagelibrary/rtems
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:
@@ -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>
|
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
|
* aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
|
||||||
|
|||||||
@@ -83,6 +83,7 @@
|
|||||||
#define esp REG (esp)
|
#define esp REG (esp)
|
||||||
#define ebp REG (ebp)
|
#define ebp REG (ebp)
|
||||||
#define cr0 REG (cr0)
|
#define cr0 REG (cr0)
|
||||||
|
#define cr4 REG (cr4)
|
||||||
|
|
||||||
#define ax REG (ax)
|
#define ax REG (ax)
|
||||||
#define bx REG (bx)
|
#define bx REG (bx)
|
||||||
|
|||||||
Reference in New Issue
Block a user