Parent Directory
|
Revision Log
|
Patch
| revision 1.11 by bellard, Tue Feb 15 22:55:43 2005 UTC | revision 1.12 by bellard, Tue Feb 22 19:14:33 2005 UTC | |
|---|---|---|
| # | Line 414 target_ulong mmu_probe(target_ulong addr | Line 414 target_ulong mmu_probe(target_ulong addr |
| 414 | return 0; | return 0; |
| 415 | } | } |
| 416 | ||
| 417 | #ifdef DEBUG_MMU | |
| 418 | void dump_mmu(void) | void dump_mmu(void) |
| 419 | { | { |
| #ifdef DEBUG_MMU | ||
| 420 | target_ulong va, va1, va2; | target_ulong va, va1, va2; |
| 421 | unsigned int n, m, o; | unsigned int n, m, o; |
| 422 | target_phys_addr_t pde_ptr, pa; | target_phys_addr_t pde_ptr, pa; |
| # | Line 448 void dump_mmu(void) | Line 448 void dump_mmu(void) |
| 448 | } | } |
| 449 | } | } |
| 450 | printf("MMU dump ends\n"); | printf("MMU dump ends\n"); |
| #endif | ||
| 451 | } | } |
| 452 | #endif |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |