Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 939:6f2302afeb89
prev909:b4a21af8ce8c
next1024:c67f2d61ab97
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/src/lxdream.h Thu Oct 30 23:56:59 2008 +0000
1.2 +++ b/src/lxdream.h Tue Mar 24 11:15:57 2009 +0000
1.3 @@ -92,7 +92,7 @@
1.4 const char *get_locale_path();
1.5
1.6 #ifdef HAVE_FASTCALL
1.7 -#define FASTCALL __attribute__((regparm(3)))
1.8 +#define FASTCALL __attribute__((regparm(2)))
1.9 #else
1.10 #define FASTCALL
1.11 #endif
.