filename | src/lxdream.h |
changeset | 939:6f2302afeb89 |
prev | 909:b4a21af8ce8c |
next | 1024:c67f2d61ab97 |
author | nkeynes |
date | Sat Jan 03 03:30:26 2009 +0000 (14 years ago) |
branch | lxdream-mem |
permissions | -rw-r--r-- |
last change | MMU work-in-progress * Move SDRAM out into separate sdram.c * Move all page-table management into mmu.c * Convert UTLB management to use the new page-tables * Rip out all calls to mmu_vma_to_phys_* and replace with direct access |
file | annotate | diff | log | raw |
1.1 --- a/src/lxdream.h Thu Oct 30 23:56:59 2008 +00001.2 +++ b/src/lxdream.h Sat Jan 03 03:30:26 2009 +00001.3 @@ -92,7 +92,7 @@1.4 const char *get_locale_path();1.6 #ifdef HAVE_FASTCALL1.7 -#define FASTCALL __attribute__((regparm(3)))1.8 +#define FASTCALL __attribute__((regparm(2)))1.9 #else1.10 #define FASTCALL1.11 #endif
.