Search
lxdream.org :: lxdream/src/tools/gendec.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/tools/gendec.c
changeset 824:016cda9d0518
prev736:a02d1475ccfd
next948:545c85cc56f1
author nkeynes
date Sat Jan 03 03:30:26 2009 +0000 (15 years ago)
branchlxdream-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/tools/gendec.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/tools/gendec.c Sat Jan 03 03:30:26 2009 +0000
1.3 @@ -216,7 +216,7 @@
1.4 }
1.5 }
1.6 if( has_empty_options ) {
1.7 - fprintf( f, "%*cdefault:\n%*cUNDEF();\n%*cbreak;\n",
1.8 + fprintf( f, "%*cdefault:\n%*cUNDEF(ir);\n%*cbreak;\n",
1.9 depth*8+4, ' ', depth*8+8, ' ', depth*8 + 8, ' ' );
1.10 }
1.11 fprintf( f, "%*c}\n", depth*8, ' ' );
.