Search
lxdream.org :: lxdream/acconfig.h
lxdream 0.9.1
released Jun 29
Download Now
filename acconfig.h
changeset 1:eea311cfd33e
author nkeynes
date Tue Sep 26 11:09:13 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add CHECKSLOTILLEGAL() checks around a few banned delay-slot instructions
that were missing it
Change CHECKPRIV() to raise slot-illegal on a delay-slot instruction rather
than general-illegal (as per the manual)
Convert UNDEF() to do the real exception rather than halting the machine
Remove a couple of superfluous alignment checks
view annotate diff log raw
     1 #undef ENABLE_NLS
     2 #undef HAVE_CATGETS
     3 #undef HAVE_GETTEXT
     4 #undef GETTEXT_PACKAGE
     5 #undef HAVE_LC_MESSAGES
     6 #undef HAVE_STPCPY
     7 #undef HAVE_LIBSM
.