Search
lxdream.org :: lxdream/test/testmmu.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/testmmu.c
changeset 551:07125ce718da
prev550:a27e31340147
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/test/testmmu.c Thu Dec 06 10:43:30 2007 +0000
1.2 +++ b/test/testmmu.c Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -62,4 +62,5 @@
1.4 int main( int argc, char *argv[] )
1.5 {
1.6 test_tlb_mmio();
1.7 + return 0;
1.8 }
.