Changeset 325 for trunk


Ignore:
Timestamp:
Aug 6, 2017, 8:38:47 AM (7 years ago)
Author:
max@…
Message:

Unused variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/do_exception.c

    r101 r325  
    7070        vseg_t         * vseg;        // vseg containing the bad_vaddr
    7171        process_t      * process;     // local process descriptor
    72         vmm_t          * vmm;         // VMM for calling thread
    7372    error_t          error;       // return value
    7473
     
    8281       
    8382    process     = this->process;
    84         vmm         = &process->vmm;
    8583
    8684    // get relevant values from MMU
Note: See TracChangeset for help on using the changeset viewer.